Loading Tool

Explorer IconExplorer

Memory Pool

84,694 transactions
31.80 vMB
0.19104513 BTC
Random Selection Loading Transactions
Max Size: 189.94/200 MB

Candidate Block

Mining Attempt f3f3f93a479542204a3cdb391f6c4b01ccb0ddc71c71529545c3f548209e7e32
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 26fe47b064de55417016416a6c0bd2ef19683cc340022c654c79f86f43f3b20e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,445
Size: 1.00 vMB
Total Fees: 0.08204784 BTC
Feerates: 101.65 > 8.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (244,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,504 670,504 0000000000000000000ba2065d451f6dd4eea08737f8f4421d392fbd67ba9c33 1,601 1.00/1.00 vMB 97
670,503 670,503 0000000000000000000b6b68501f222a44184de93b9b27c1bef91f839409f424 1,983 1.00/1.00 vMB 65
670,502 670,502 000000000000000000062d5c22d80eebdaa7939b932ef23df372970a1d88afd9 868 1.00/1.00 vMB 24
670,501 670,501 000000000000000000072c6ef138bb98d6521fcbd037752a5fdb365ea05b5625 1,740 1.00/1.00 vMB 30
670,500 670,500 00000000000000000002d5df4a5331cb24106c745010f797fbc48234f2a04251 1,412 1.00/1.00 vMB 29
670,499 670,499 0000000000000000000a4897e7aa310a0f9306a27e4e41750c176ec54b91f933 2,814 1.00/1.00 vMB 27
670,498 670,498 0000000000000000000a0a130d96629b2a261efe2e47b556bec648c5b33a8034 2,435 1.00/1.00 vMB 114
670,497 670,497 0000000000000000000a4090ecb06d1086bec979a7fb812319f5f2739b67e5e0 1,894 1.00/1.00 vMB 19
670,496 670,496 00000000000000000009b44235289d84c92a061662c9d5e0506538c136da8140 1,721 1.00/1.00 vMB 40
670,495 670,495 0000000000000000000a39515282a0e2c205e2c3475caa9408bbb232f3568eef 2,186 1.00/1.00 vMB 84
670,494 670,494 000000000000000000071341aac453f6132d816aff6e9054295e95c72668b719 1,951 1.00/1.00 vMB 67
670,493 670,493 00000000000000000008df2067aca38857a6f4b54e4c912b3b14e49ded9f6ddc 1,895 1.00/1.00 vMB 70
670,492 670,492 0000000000000000000472b1534e4f823ae52dcf631acbc57ee26ec1ec58c514 1,926 1.00/1.00 vMB 64
670,491 670,491 00000000000000000005be02758e562584687ae1a13b621ffad8f3b68abddcb0 1,848 1.00/1.00 vMB 71
670,490 670,490 0000000000000000000122a06daa6e5a052a839d7e5a919d78010a299c9ebcac 1,827 1.00/1.00 vMB 134
670,489 670,489 00000000000000000004808bc806b94d2dcd8e655637700b71d1430e05882bfa 2,234 1.00/1.00 vMB 148
670,488 670,488 00000000000000000009852ad9f0e4437ef3b839692e1e28e20985b7fca955ee 1,260 1.00/1.00 vMB 22
670,487 670,487 000000000000000000029733c7940f4579f4ab177f5a4d175e41d86886929734 1,289 1.00/1.00 vMB 30
670,486 670,486 000000000000000000032965afa08c5be4bc8e871d3e12d633d67d59c88c43bf 2,048 1.00/1.00 vMB 99
670,485 670,485 00000000000000000006b1db1d0c7feca142d6d139df9d5c8fdc46b1ef210f08 1,526 1.00/1.00 vMB 31
670,484 670,484 00000000000000000005e98912baa79cdb190c7cfae6b07b963331e0a994af1c 1,734 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.