Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,592 transactions (1.20 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,684 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,683 (870,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,452 39,452 0000000054ea28ed1aae727cb24dae50b9dc10873959259640a56a7edb9a35b0 0.00 MB 1 0
39,451 39,451 000000004e4586529b5783695da5a9957e84a2bf4e123d3777c80b77fcd069ec 0.00 MB 1 0
39,450 39,450 00000000848449cb7aedf56d3d0a9a8b95718c576ffa352fb48d0e20f7501c1d 0.00 MB 1 0
39,449 39,449 000000000bdc5558a3790a15abcadfc2ca68739e45a072b761b1626b4693ab90 0.00 MB 1 0
39,448 39,448 000000007d55cb5bf3ad8df8876175a025662d8f57477ea40a374964d202361d 0.00 MB 1 0
39,447 39,447 0000000088f8f71275020a00e9c13107b9f6e9759b54d98f776622f16a9f3f0f 0.00 MB 1 0
39,446 39,446 00000000252a5035fa439ac1ea0eeb9160ae9c634dc0f374477da242a95cfb83 0.00 MB 1 0
39,445 39,445 000000003e4abf3121dfc9e3b8e4a7d4dbf6b988280363a5a6e0b7e1e97619e2 0.00 MB 1 0
39,444 39,444 000000002c47485777ce44bd12dd8a037a7249008c446a5cd32fc0547bd5aad3 0.00 MB 1 0
39,443 39,443 0000000009cdd40b4ecf6912171353f4dcde1dfcde55d7fc0ffae4a75756ba9d 0.00 MB 1 0
39,442 39,442 0000000058c4b6e01bf827e356d76f3514f05a07c967204cfb154c317192e40a 0.00 MB 1 0
39,441 39,441 0000000014d26a45fdc40d09ca8339ff4a4a3b89f55cda05f7c094007fdf57ff 0.00 MB 1 0
39,440 39,440 0000000063eb4b1cd6bf913d0ebef79eb12c952ca82f7ca194b079eaf3ad2c5e 0.00 MB 1 0
39,439 39,439 000000005b2b2353b0eab2bdb52d54ad9546fc3bab3cda98da6f60dd1a872aa1 0.00 MB 1 0
39,438 39,438 0000000076f0349229ffed7384438a3395c39ea9e73458fbe1dcb4bd71b0da1b 0.00 MB 1 0
39,437 39,437 000000002c7e1c2bcb71bc19bc52ae8d95059e1e6565ad7169ee0699d0cfdebd 0.00 MB 1 0
39,436 39,436 0000000028aefdb0648f88c0d9fa317ddde9cd6dbb05e70e1e3d56176e949fb2 0.00 MB 1 0
39,435 39,435 0000000051e22cf6c9d8f73c0d390f0ab9cd69a3c2fbe5815ef579fc14fb797b 0.00 MB 1 0
39,434 39,434 000000007063b1e5d81d42c793844eb656da48d9f8b79af42549276b391048e6 0.00 MB 1 0
39,433 39,433 0000000013d1f040d12b88dd189e1850782b6122fd1832c32447e4c96701c13e 0.00 MB 1 0
39,432 39,432 00000000369aabe41627c62f56e310a681868df0574817b3a1c1fc771d7c99a6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,143.93 GB sent, 112.41 GB received

Notes

  • This page updates every 5 seconds.
  • 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.