Loading Tool

Explorer IconExplorer

Memory Pool

79,096 transactions
29.30 vMB
0.09670414 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt 9ee804f76989e377620f218fc3eff562a572a33c097e7e84afdcf67fa10f2c80
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9d19371bc052fbf7aa7edd7acd4cd1008f434dd631d096a1e87589aada39a52c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.03467509 BTC
Feerates: 150.62 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (461,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
453,933 453,933 00000000000000000138cddfa275c2dba4bfb7e7540ecaab634cdb38565e6cbf 2,187 1.00/1.00 vMB 118
453,932 453,932 0000000000000000016bd6d29b5553ab8e7ac2ec1e41e6b38f87d8b29187821f 2,508 1.00/1.00 vMB 185
453,931 453,931 000000000000000000bcfcb634b95f8af8f7764dd668509a905452687b5269c1 1,194 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.