Loading Tool

Explorer IconExplorer

Memory Pool

77,913 transactions
29.16 vMB
0.08325010 BTC
Random Selection Loading Transactions
Max Size: 176.21/200 MB

Candidate Block

Mining Attempt 7c533cf07d56a142a0c3f79acde2fe4e4cc6eb9d1b13e7e48ab9172f8154c9f4
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root f6e4a01ae6ab15caa95a07845192ab23735ce35d4f775a9e32bdcb824b70f3e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,980
Size: 1.00 vMB
Total Fees: 0.02229308 BTC
Feerates: 302.06 > 2.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (489,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,342 425,342 000000000000000004e85f35b8aacd3bf69ffca2b17f6ba9a46aca5b53e10dc7 1,263 0.72/1.00 vMB 61
425,341 425,341 0000000000000000003529b71996faebb016e1289a21b026ef53ebf788ccb599 1,115 0.52/1.00 vMB 74
425,340 425,340 0000000000000000013cdcd603a7a7a38bb1cd2a7ece23c078ae9414d861349b 909 0.36/1.00 vMB 92
425,339 425,339 000000000000000002e41ec9157376c0c40039113525059b3e0a72eacdc349e7 541 0.21/1.00 vMB 109
425,338 425,338 000000000000000004b3632e8142b969eba4153bb7edd1ad8e5786579bc89087 1,310 0.99/1.00 vMB 45
425,337 425,337 000000000000000000471c905f6b3f5ba8dceec522897464e6617edc7e8477c1 1,052 1.00/1.00 vMB 42
425,336 425,336 000000000000000003da0822642cb4d8e9e25c3c7eed7751f667f4a6d72501e2 2,420 1.00/1.00 vMB 67
425,335 425,335 000000000000000000671e4089cfa40dba62ba9d1e6da26120e302f573a59289 1,393 1.00/1.00 vMB 90
425,334 425,334 000000000000000000e8bbcb64c63f4c80b228fe336055c8ed3aa38cb777a7be 71 0.03/1.00 vMB 65
425,333 425,333 0000000000000000020cab5a96d25728c26d6c2218585b29dd5040e541b9bf1f 601 0.50/1.00 vMB 62
425,332 425,332 000000000000000002311d4506b782b20f7f87cd84803ec0d90b960bb1f30e58 1,423 0.73/1.00 vMB 74
425,331 425,331 000000000000000000fca4ef3e93e88a75400ad66ead4ebc33954186914592c6 998 0.46/1.00 vMB 72
425,330 425,330 0000000000000000008e3e29e70954e16684ec4ed709f4a8ef8ac34f0eb1b519 1,251 0.48/1.00 vMB 73
425,329 425,329 00000000000000000219e875a682631f86ce40ffe68a029d2ecd4f8b71dcfbfa 1,074 0.46/1.00 vMB 70
425,328 425,328 000000000000000001d1466d405ae59187d8c358b20f229495f8938516a47574 663 0.99/1.00 vMB 20
425,327 425,327 0000000000000000002d6ef33f20684105b782430dacc2edc1c2b117822b991d 2,052 1.00/1.00 vMB 58
425,326 425,326 000000000000000004fb14d3c9fd731331370807cfe91387bfed9315adf41055 134 0.16/1.00 vMB 31
425,325 425,325 000000000000000000d727e8b70b915e0f5033eabaa12188491a5fbe9cde0edd 723 0.52/1.00 vMB 51
425,324 425,324 000000000000000002f11cf80f45eed9679d1c28fb0915b9e8387d348fa2e192 1,903 1.00/1.00 vMB 55
425,323 425,323 000000000000000003cac6de19f0c0a00d5aa27ea2d7bfa19dfa2104201457df 2,467 1.00/1.00 vMB 80
425,322 425,322 000000000000000003703baa2abc3f4be396ada027cf50b31b0e1771c104f716 1,763 0.84/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.