Loading Tool

Explorer IconExplorer

Memory Pool

79,509 transactions
29.23 vMB
0.07517158 BTC
Random Selection Loading Transactions
Max Size: 177.67/200 MB

Candidate Block

Mining Attempt d3c91ad5859668dd22480570ea84652ccb6e3614276899d4f756ab24472d8fa3
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root ec7426eabcf45f442d8ba5f811d66d9a56a82a434e9f9dc75c9e8c2c7610cdc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,138
Size: 1.00 vMB
Total Fees: 0.01398236 BTC
Feerates: 74.86 > 1.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (268,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,007 647,007 00000000000000000004629475e53a38e5b00ae0ccd181b7ffe4c8311a2c6a40 2,253 1.00/1.00 vMB 28
647,006 647,006 0000000000000000000a5ef65eee0a4fceea668506700476f5e9cd435c252acc 2,601 1.00/1.00 vMB 17
647,005 647,005 000000000000000000014a6c4efddb900ba19a4fb96882c1b4870c66e4848232 2,934 1.00/1.00 vMB 112
647,004 647,004 0000000000000000000b39032cc59ffe754832bfb7b1bef4dee75a5bef0be502 2,441 1.00/1.00 vMB 62
647,003 647,003 0000000000000000000d2b11cc472ca88e0e84fc9fdf210eff1378ab6f6191fd 2,680 1.00/1.00 vMB 75
647,002 647,002 00000000000000000008e73bdaca4a47cd3926d1dcc728238cb7de2bddd014c0 2,096 1.00/1.00 vMB 91
647,001 647,001 0000000000000000000c5a85e128e2a1b6ef8df242c68e3284a5ac29ecaa159a 1,035 1.00/1.00 vMB 3
647,000 647,000 0000000000000000000c35da7da08dd7b1521a3ffcbe9efb5e8eedde53d7896b 2,294 1.00/1.00 vMB 75
646,999 646,999 0000000000000000000095da0a79c4855e576ea7112254cb784fa4f359d2b326 417 1.00/1.00 vMB 4
646,998 646,998 00000000000000000009dae4cf947a4dbef011ff0c2e258551ce6c4e247f4751 381 1.00/1.00 vMB 8
646,997 646,997 0000000000000000000cee52a384a89ba56c7824b2c07ba78ca82f8750d57abd 1,202 1.00/1.00 vMB 30
646,996 646,996 0000000000000000000d8b0e63461cabf5c36e5f23b905e52472a001d505b3b7 1,481 1.00/1.00 vMB 32
646,995 646,995 000000000000000000038ea9c64460e62b2402574b1572f3d3514f362b0b293f 2,272 1.00/1.00 vMB 42
646,994 646,994 0000000000000000000fc04f3b51c4b169ca73414e3d44d55de2683d54e3626c 962 1.00/1.00 vMB 82
646,993 646,993 0000000000000000000d69180c19fc4c5243e1a1f2ca8bc123305d6ddc075976 1,401 1.00/1.00 vMB 83
646,992 646,992 00000000000000000001c49b797b855f0ef995ac323e6662feaba880d05da13c 1,807 1.00/1.00 vMB 40
646,991 646,991 0000000000000000000b8b0ca41e243075e6d1f63cbba4d4db8193570584858a 1,206 1.00/1.00 vMB 16
646,990 646,990 0000000000000000000d03d73abdf8a1bf81a1586191f4b3bec93fd5a55cfd15 2,053 1.00/1.00 vMB 41
646,989 646,989 0000000000000000000492fadaffa814113e06a1d52ee92ecfceff81c5104fb8 1,988 1.00/1.00 vMB 41
646,988 646,988 00000000000000000002fd4537342a9722b8d35ff0a81a90258f83e3234e6c2b 1,415 1.00/1.00 vMB 30
646,987 646,987 000000000000000000078ea52428d79814a29c08de1e4d97b9662286ffe950d7 780 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.