Loading Tool

Explorer IconExplorer

Memory Pool

44,099 transactions
27.38 vMB
0.10378967 BTC
Random Selection Loading Transactions
Max Size: 144.74/200 MB

Candidate Block

Mining Attempt d48c18d55a2146b5c434f0849505e603b4b47c552b57f8118e1037c2bdd4f3fd
Version 20000000
Previous Block 00000000000000000000cb2526f8131d7fa57f5fe00ea77e921b110e9065324a
Merkle Root b030398f37bcf7192e6c6ac65b06f938b2d8a6bb476e6bb32f8857f13e3e2378
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.05237345 BTC
Feerates: 101.65 > 5.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,938 (57,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,547 857,547 00000000000000000001973e7ce9ea986df0bce26c2d8c023d7cafaab2163aa5 2,198 1.00/1.00 vMB 6
857,546 857,546 00000000000000000001f39a4b9ca69bfed1607f4b9f6015380eb8c354a8bff0 4,080 1.00/1.00 vMB 9
857,545 857,545 00000000000000000001a2fa9d8e62e25c21ae5e4994ebe6708ac1633c493b34 3,548 1.00/1.00 vMB 12
857,544 857,544 00000000000000000003087b5ecf21dc157f89cec5281e1c62e44b75a3bc4d81 5,486 1.00/1.00 vMB 10
857,543 857,543 000000000000000000024d17648eb13880242d03cdd530eb2d531ff73347de7b 5,234 1.00/1.00 vMB 14
857,542 857,542 0000000000000000000161a66d7e2dec9ae48c6fd5f89d2ccec9d506b66e2822 5,817 1.00/1.00 vMB 17
857,541 857,541 00000000000000000001f9712e1ba00de39791cbd600373139bb457d9dc733c3 5,752 1.00/1.00 vMB 20
857,540 857,540 0000000000000000000123c63b7e17e420867f551b00ff443500629c01cafe08 4,981 1.00/1.00 vMB 6
857,539 857,539 00000000000000000001d095278efbdd6cc0a7a0d250e8ee051b65bf71c2f1fd 3,382 1.00/1.00 vMB 10
857,538 857,538 000000000000000000024fd4013d941b5dce05e0b6564cb03229d0192cc10514 2,584 1.00/1.00 vMB 7
857,537 857,537 00000000000000000001c4d0a3593af98672ab3ff856ce98bddd654dcec97543 4,809 1.00/1.00 vMB 4
857,536 857,536 0000000000000000000025960b0e47bc70cc43d75af806e85e01a5d164a1a54f 5,018 1.00/1.00 vMB 4
857,535 857,535 00000000000000000001426056ecd3184923abffeda909c7fa86aa4df1b09966 2,560 1.00/1.00 vMB 10
857,534 857,534 000000000000000000006a55aec75c56a301e0dbedae94d306f4d366e833a4a1 2,367 1.00/1.00 vMB 4
857,533 857,533 00000000000000000001797e88c13e86e9eba14ce646be654e203292d876dc84 2,640 1.00/1.00 vMB 12
857,532 857,532 00000000000000000002352696778fc14532ccb923fde167fc754de26e6adbcd 4,620 1.00/1.00 vMB 4
857,531 857,531 00000000000000000000776eb53c37e3f124fe738413f78767945e59b844a7fb 2,467 1.00/1.00 vMB 12
857,530 857,530 00000000000000000002260305c1a4e7b83a47966b0bb4b18462e9ee96eede9b 3,609 1.00/1.00 vMB 6
857,529 857,529 00000000000000000000dc83803c4ade4d14df283d826caf9966ed43e6ebaf3a 6,022 1.00/1.00 vMB 3
857,528 857,528 00000000000000000002dab3c492cb21b4d2b7bff8d1f0378e5aae818fdf2368 3,990 1.00/1.00 vMB 4
857,527 857,527 00000000000000000000a1f19a913dcfe64a3b84f17ba563af904e8c96869842 3,100 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.28 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: 656.81 GB
    • Received: 14.43 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.