Loading Tool

Explorer IconExplorer

Memory Pool

38,698 transactions
28.25 vMB
0.06553077 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt 7f8a39f344ca9a64dedcb2662206fb15639aff00a474892b982542202d313d74
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a81428b674b2715dd657bb6a793a5b8f660de5f150dc27ca2d8af2b07711a0b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,716
Size: 1.00 vMB
Total Fees: 0.01133364 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (344,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,990 569,990 000000000000000000175b60f54cfd9001eeb8b3164d79859b3dc484786d1212 2,837 1.00/1.00 vMB 96
569,989 569,989 0000000000000000000e8869ba69057a58917c7e13ea5f2e8d5d2623597d13a3 3,065 1.00/1.00 vMB 141
569,988 569,988 0000000000000000002a150e6b248461c762e5140e2e4fcaeb1997d4672ddb22 2,606 1.00/1.00 vMB 113
569,987 569,987 00000000000000000005f95125bd5c19e874ef3517b180c4c71f537acd529045 3,086 1.00/1.00 vMB 116
569,986 569,986 0000000000000000002684dd532692b21c8017ed86d69b801fb0969c971d2117 2,541 1.00/1.00 vMB 50
569,985 569,985 0000000000000000000567e8c3bfcf623e37445ba3ded4c12a9795e3f649df08 2,613 1.00/1.00 vMB 84
569,984 569,984 0000000000000000002c127827b6aed7d33a6596d5f5b0e98ac19f7f8fcf759a 2,848 1.00/1.00 vMB 128
569,983 569,983 00000000000000000011cd88274ddaabcf5d7101e9580513c2d3299e8d9f1817 2,769 1.00/1.00 vMB 103
569,982 569,982 00000000000000000028dc9400dac81d87c8f7a15035595a52714e9076e42299 2,595 1.00/1.00 vMB 41
569,981 569,981 00000000000000000011dba7352f5b43125e744772597dce915b1d3db8a1ec14 2,326 1.00/1.00 vMB 73
569,980 569,980 00000000000000000020c2368b7603dbc6e41d90837a1ea92ea14a301d382e5e 3,142 1.00/1.00 vMB 108
569,979 569,979 000000000000000000268129fff723b247e5575e941414163e0deca204bbb518 1,981 1.00/1.00 vMB 50
569,978 569,978 00000000000000000013ed5c377859e2c2c0bbb29098b0af8a3124037b305bcc 1,967 1.00/1.00 vMB 75
569,977 569,977 00000000000000000007a49a22d37d1af3e5253561afd62aa0081edadd4e9206 1,968 1.00/1.00 vMB 78
569,976 569,976 00000000000000000024a1940e6f4ad13b90b5b058c6fec30b6af518bf104857 2,691 1.00/1.00 vMB 74
569,975 569,975 0000000000000000001d1f2728a67d299b29ff2ef2c5359bc3ab9a70fd31a957 2,423 1.00/1.00 vMB 79
569,974 569,974 0000000000000000001109b5523ee3c974ffd61354926ccc5cd56e53e8202e4f 3,109 1.00/1.00 vMB 87
569,973 569,973 00000000000000000005a8f960cb979537bf9127a17465858b126e8bdd59c94e 2,437 1.00/1.00 vMB 116
569,972 569,972 0000000000000000000c176675acab1a1ce7332544c76bc9bbccb69a05e4f4e1 2,662 1.00/1.00 vMB 117
569,971 569,971 0000000000000000001d7b886548a1789b045b89dab6959a580b1fbcc5aee98b 2,715 1.00/1.00 vMB 60
569,970 569,970 00000000000000000012cab9cc2bf8cfcec246b9d6cc341e95bec149fe856eb3 2,495 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.