Loading Tool

Explorer IconExplorer

Memory Pool

84,285 transactions
31.59 vMB
0.13489722 BTC
Random Selection Loading Transactions
Max Size: 189.37/200 MB

Candidate Block

Mining Attempt 096449b25ed920de6f17e418f74416853a29b1c8537421b1c3730a0164dbb996
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 1c1d89e57fbf9fa4a2e1c556e73b428fe4f96dc29a808ebcaf0e415fa6c8d0c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,115
Size: 1.00 vMB
Total Fees: 0.05431268 BTC
Feerates: 163.06 > 5.44 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (477,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,476 437,476 000000000000000003464978084011690021563526c9a5e2cbb17fbb76073adb 2,000 1.00/1.00 vMB 55
437,475 437,475 000000000000000000a024f601c50d9da8c3f09cc8feba477dd11370756fcda8 2,493 1.00/1.00 vMB 61
437,474 437,474 000000000000000003a15741d88dcbdab6c39b17dddf4829b6b8b509313bb14d 3,533 1.00/1.00 vMB 57
437,473 437,473 0000000000000000006084d9f6fb8b81349fcde72e85ab5e39e9d0b728f32b61 2,560 1.00/1.00 vMB 104
437,472 437,472 000000000000000003c75c23f1444676c6832d45badd6ae89b8d1903d92563b7 2,319 0.75/1.00 vMB 65
437,471 437,471 00000000000000000364a23184b8a2c009d13172094421c22e4d9bc85dcf90a5 2,231 1.00/1.00 vMB 76
437,470 437,470 000000000000000003f58f0d85e555bc292b518fa012a90c8b5e45d24993fff2 2,181 1.00/1.00 vMB 75
437,469 437,469 0000000000000000020daace431ae4ab0509e877c069fb35d98a190af3df1473 2,730 1.00/1.00 vMB 119
437,468 437,468 0000000000000000039c463b6149a95a3ba6e0d39aa90755f56477bbd9711901 2,196 1.00/1.00 vMB 66
437,467 437,467 0000000000000000033c5bbb5aa43f276e3701168b7e43b40a41dd960101bc58 2,689 1.00/1.00 vMB 68
437,466 437,466 00000000000000000073a63eb7045711d8b7d27f2a13948cd70a858980acd416 2,313 1.00/1.00 vMB 87
437,465 437,465 000000000000000000209f03eb2c9056fd40d957f6e683bbda8d66a5c98cebd0 2,729 1.00/1.00 vMB 99
437,464 437,464 0000000000000000020ba152b75fda1a029a8ccace95cd32e2f9c0856961f1cb 2,751 1.00/1.00 vMB 73
437,463 437,463 0000000000000000012875224dca3c760e18dcdba802d8343493a3c4d6adbac9 3,104 1.00/1.00 vMB 134
437,462 437,462 00000000000000000411f9cffd1589a165bc6d514ab2fd18d883a5b3e3c52ae1 2,637 1.00/1.00 vMB 132
437,461 437,461 0000000000000000041157046207414ac4e49dea7561aeee4c92d8579581746f 2,879 1.00/1.00 vMB 130
437,460 437,460 000000000000000003bfa17f969267775028973a06ce252031d753a5fd4ea5af 828 0.75/1.00 vMB 30
437,459 437,459 000000000000000004291de71c5d717ce5a0654df1494935e7aae531f46968ca 1,061 0.40/1.00 vMB 83
437,458 437,458 0000000000000000021d166056f82fe351ee7739d21d85e2ef0c4d1ad0aee215 2,186 1.00/1.00 vMB 68
437,457 437,457 0000000000000000002d9b9c7cde010995f7634c954cf2d73b4a473c5fbcc1e3 545 0.46/1.00 vMB 39
437,456 437,456 0000000000000000003c6d5e8b60fb8b25ab8a2fdb16453742d9698ff41ae369 959 0.48/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.