Loading Tool

Explorer IconExplorer

Memory Pool

41,736 transactions
28.16 vMB
0.06929763 BTC
Random Selection Loading Transactions
Max Size: 144.82/200 MB

Candidate Block

Mining Attempt ddede12216a0d8e00645113c369218b25062599d49e9b0e0b8cf9f72642432bc
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 8c149f3c05e34d5f9105fc171b2310841eff0ccdc9fdc07f423d1cbfd600beb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01435492 BTC
Feerates: 100.56 > 1.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (877,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,675 36,675 00000000bcfdf3d8336f8c331dfebb0c41633e527450af008d87d246480e86aa 1 0.00/1.00 vMB 0
36,674 36,674 00000000326614e3300e931a71832d1385bdc6286abccde24394f524f13c378c 1 0.00/1.00 vMB 0
36,673 36,673 0000000012a2f62d969b48683fc74af755e0ab1cac74f81dccff3422399760c3 1 0.00/1.00 vMB 0
36,672 36,672 0000000095adf67280a39cc8f9639369c947cd5fd96998e0bf38960ba102e4b3 1 0.00/1.00 vMB 0
36,671 36,671 000000007579dda554b3ae35329d452941ff4fd5875a8c750fec5c27c95f0e0b 1 0.00/1.00 vMB 0
36,670 36,670 000000008720488e88f93a6baca6125a8eae72d491af441ef80fdc47a0abbf05 1 0.00/1.00 vMB 0
36,669 36,669 000000000c1b29cc1e57451403c2b7201014a0d458e72487bbe2877a99f3975d 1 0.00/1.00 vMB 0
36,668 36,668 000000009e45d2962afe5509f9c620de9af57210097432063ad2e7c02c4d09f4 1 0.00/1.00 vMB 0
36,667 36,667 00000000acd85eccf7f0338f23b954d4f747e46fbd33e5125db2dbed0736d75c 1 0.00/1.00 vMB 0
36,666 36,666 000000008ec65d4950b9fbef256d1c5dfaddac8e4b8afd92d077420bc6db8d5a 1 0.00/1.00 vMB 0
36,665 36,665 000000000751b8ffc86383615cdf61109488aee8c1c563b469435c7bd7eb9b91 1 0.00/1.00 vMB 0
36,664 36,664 00000000525b8a71d79bdcb29a88a0c0c7d8613e26bb506aeda45c4db2fdf409 1 0.00/1.00 vMB 0
36,663 36,663 000000004061954fc5eb37fef30d167fd5de325d45069891bcb3afed958c04a2 1 0.00/1.00 vMB 0
36,662 36,662 000000002cb3dbf52e236220b6b1bcc13ac95730c3cba02e722575ac1b63902c 1 0.00/1.00 vMB 0
36,661 36,661 0000000092272a18b66a4a1f777f18587a73821a69c95594d156c464c91423a8 1 0.00/1.00 vMB 0
36,660 36,660 000000002a510fd7ceebd2e18902b4076b0b6a9f5b4c845d153d225baadc5422 1 0.00/1.00 vMB 0
36,659 36,659 0000000000764bc22a0b92f07aa314c2abb86d7dd679977a762392c92671ad0e 1 0.00/1.00 vMB 0
36,658 36,658 000000006c59b02e801eabd56c05a051ba54dae73d844826473ed09b219292b1 1 0.00/1.00 vMB 0
36,657 36,657 000000008ec1ada7bdfb92c9964226c2f5a2647f03c3d56ad79795b0f611f383 1 0.00/1.00 vMB 0
36,656 36,656 0000000048f7d7f243ffad3d8a3f0a30e3196a0fb052a35bc17960c7a07751a8 1 0.00/1.00 vMB 0
36,655 36,655 000000005cfb06c3070c22fe0be55aa52420dd6baebbaea67f2818daa479998f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

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