Loading Tool

Explorer IconExplorer

Memory Pool

17,871 transactions
8.08 vMB
0.02761957 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.48/200 MB

Candidate Block

Mining Attempt 9cc9289161310f098c5b062cc5be6a48aa168eed99b5dfcb774419dea58ec01d
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root 2a618d786dbcfad0ef9085e4d688d45e8514f368b5c81944ce3843cfe390c113
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,901
Size: 1.00 vMB
Total Fees: 0.01069372 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (692,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,395 221,395 000000000000011aa56befdf4c876503126265f00a7cb81250b5e0b3d7309e67 7 0.00 vMB 45
221,394 221,394 00000000000004e7b6416574fab7a97e750c92060dd5b288bc258aa1fc45ffd0 325 0.15 vMB 211
221,393 221,393 00000000000002938e48fb9df0a4a0d4dc7f505f1defd6e18f42adf5ba45fd2f 496 0.21 vMB 203
221,392 221,392 00000000000004289af1d168fa5581cee56f8e2e559151d39b10132971ce8daf 176 0.09 vMB 170
221,391 221,391 000000000000050f0a7a533f08b5aec7a08a866c694768bcf7bf6d4cdb069af7 97 0.04 vMB 152
221,390 221,390 0000000000000174df698364c1a0fc3e7cf2c7082789727b1a3483f5d8903801 295 0.13 vMB 242
221,389 221,389 00000000000003af005a52be4631ff92c6c7e82ac83cd43ef01b99cb1a217e83 566 0.25 vMB 219
221,388 221,388 000000000000029b2ee6a50882244f9689782a898a4d956abb0b5e22983f6802 20 0.02 vMB 54
221,387 221,387 00000000000002361de6f714d7467a048176bd4b48aa819d676a7b80a32900ac 424 0.25 vMB 1,751
221,386 221,386 00000000000001106962d7187381184c38343f9d5da1ab24d79770b221000cfa 80 0.04 vMB 175
221,385 221,385 000000000000005debe0471cf54f755a77a6e3e44d6720da842b99aba653e1ec 398 0.18 vMB 175
221,384 221,384 00000000000002d7871dd8d67fd29349fe1087057882be3491c9a44e39abd64c 9 0.00 vMB 444
221,383 221,383 0000000000000252e131b176ccc09acb66144bd214a901b8843a4544fa0fb796 70 0.02 vMB 142
221,382 221,382 000000000000006483918d9cb7f66d6f9ade266d98fc672d98e24326cc7186b8 449 0.17 vMB 191
221,381 221,381 00000000000003a52faf097ad86d17146277007f055397256b022327c62c9603 121 0.07 vMB 120
221,380 221,380 000000000000013815bd0ac3745b5d7f89ed9b32cb5e014f010b5b05c335f6b1 585 0.19 vMB 211
221,379 221,379 0000000000000450b19c13806a645902f961419a6e24e412f5562f55966e265b 854 0.26 vMB 164
221,378 221,378 000000000000036ca7e04113a431eb5ef6bbd88e52c35cf59530609351c60d3a 13 0.00 vMB 253
221,377 221,377 00000000000001dc633ad040ef9f6af867e1874d4df6d40331d3b5e78a9960b0 372 0.17 vMB 224
221,376 221,376 000000000000023d211d0895370eccb17ead38e9074449d781ae80cc672f6c60 113 0.06 vMB 170
221,375 221,375 00000000000003dd914059cc1f82f67f21cf95eafae277c20dddd412a65f9eca 377 0.18 vMB 171
Previous 10 blocks ↓
Total Size: 779.56 GB

Node Details:

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