Loading Tool

Explorer IconExplorer

Memory Pool

79,567 transactions
29.77 vMB
0.08799270 BTC
Random Selection Loading Transactions
Max Size: 180.01/200 MB

Candidate Block

Mining Attempt cbdd87e254e5f9a3e252574f4410bf0e7cd9de18a02de1b729367761bbadae45
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root aa53a00c799c36b31c3380fb10fff65a91b330777219982fbdf5eddad08f821f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.02108502 BTC
Feerates: 40.21 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (461,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,954 453,954 0000000000000000020e12644fb18deb6db0c7628e3d5ce0b8d6c78c9eeb5c11 3,398 1.00/1.00 vMB 77
453,953 453,953 000000000000000001141338faa295c7ff3015119129479f02c6a9d97a7d820f 2,859 1.00/1.00 vMB 75
453,952 453,952 0000000000000000021dd8891cd6af1b53e1108a2bbb0ba84eb429dd3aab4880 2,234 1.00/1.00 vMB 121
453,951 453,951 000000000000000000acfd63bc4203a308d4a5b1149b7318306db945cf2d485e 2,404 1.00/1.00 vMB 83
453,950 453,950 000000000000000002528ae3318c549dde17c4e0eeea7ecbefb68f681b68566c 2,695 1.00/1.00 vMB 86
453,949 453,949 000000000000000000f550c0a821bdbe31d46ed988abbab4494af6aa4a5334ee 2,839 1.00/1.00 vMB 89
453,948 453,948 0000000000000000014f1c438d7e7c5e5609452bec3a7cdcb161e002869b5330 2,546 1.00/1.00 vMB 135
453,947 453,947 000000000000000000f25a70626339d4125fc414ef8b5036cb97678fa0291877 1,541 1.00/1.00 vMB 99
453,946 453,946 000000000000000000f5157627a294f5c5614584eb8a939cb43fa771261de264 1,711 1.00/1.00 vMB 130
453,945 453,945 000000000000000000cf1da7a67cacea8f3e33ae4650f6ec3c3d95ae7c2df122 2,298 1.00/1.00 vMB 163
453,944 453,944 0000000000000000020f5a1dfc206dbfa63c772f7463e3b2dd46abaae84733e4 692 0.63/1.00 vMB 121
453,943 453,943 00000000000000000031b041c1029279f75b876e5b1a53bb06b7fb808758cbfc 1,081 1.00/1.00 vMB 125
453,942 453,942 0000000000000000014412a8b8e21f3bcf897decc6947a30a4440ff99f3a9a50 2,958 1.00/1.00 vMB 78
453,941 453,941 000000000000000001e04014b1c372d192b9b00522503b6749bbba5d29c7cd93 1,308 1.00/1.00 vMB 79
453,940 453,940 00000000000000000139edb3c3b860d5ea91086a45e7a744899370e6ccd100b3 1,893 1.00/1.00 vMB 110
453,939 453,939 000000000000000000088e08de2b585683b5e5f0a2622e1238d893314a3b684b 927 1.00/1.00 vMB 106
453,938 453,938 0000000000000000021e49e5e340506d0b92c730411be3ff21182feb2c89bf24 1 0.00/1.00 vMB 0
453,937 453,937 000000000000000001cba692b7d500e46fec6c0de9011943f861c0b77f346f57 1,764 1.00/1.00 vMB 131
453,936 453,936 00000000000000000012997366d1d22a90e33e44c96f45cd3e75e80bf8c21da0 2,532 1.00/1.00 vMB 169
453,935 453,935 000000000000000000a58b09cf57f1d372e8ddc9b68438f8931ae47fb13bdfea 2,565 1.00/1.00 vMB 178
453,934 453,934 000000000000000001b6eef7e257938e14d63c8a1ceffb53ceb26cab37aa7e9c 1,880 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.37 GB
    • Received: 16.21 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.