Loading Tool

Explorer IconExplorer

Memory Pool

44,676 transactions
28.16 vMB
0.06411038 BTC
Random Selection Loading Transactions
Max Size: 149.55/200 MB

Candidate Block

Mining Attempt d58f79f12e36fec9943b2dba6e1b3f255a53150da7184a43b1d5d5ba9ebe1677
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root f98bf70b372b450c1a4c60dbcd7b92e57c2ca3846221c0cb62a3a4b12f3d50a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,148
Size: 1.00 vMB
Total Fees: 0.01099087 BTC
Feerates: 110.38 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (212,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,448 702,448 0000000000000000000953beda777e2c3743b8ae1cdee61e901b46633e431cbf 3,265 1.00/1.00 vMB 12
702,447 702,447 0000000000000000000959464e1dacb49845c7b83483b9371726055e6afc9e28 2,833 1.00/1.00 vMB 44
702,446 702,446 000000000000000000015b6e7d1654111a01ed552cdcdafbc88901c3296c29ca 2,669 1.00/1.00 vMB 9
702,445 702,445 0000000000000000000d9ae6fa8a099bd9a58a3e469b932720e61f0e4891f4ba 3,432 1.00/1.00 vMB 14
702,444 702,444 000000000000000000013bd6c85cbce3886a0cee9affe7e9f91aee7807888b52 2,478 1.00/1.00 vMB 8
702,443 702,443 00000000000000000000fdc055f03a943a1314f6972150d77bb5d57cbec0dcbd 2,492 1.00/1.00 vMB 12
702,442 702,442 0000000000000000000bf64557092a8f94143ef6ec1d4f08bdba9873f6879e22 3,280 1.00/1.00 vMB 11
702,441 702,441 0000000000000000000694cc91fb68e6b85f1b9ea444cd5de3b052e196978734 2,942 1.00/1.00 vMB 22
702,440 702,440 00000000000000000003e387ccb4133f036022b32c8e1d26b6177ed5e9676111 2,831 1.00/1.00 vMB 15
702,439 702,439 000000000000000000059daca216cb3a4c2ef933026c3c0b2dd0e58da6287656 1,364 0.71/1.00 vMB 5
702,438 702,438 00000000000000000001fd0291066d9d8769f54cce13dd6668254b32487afe77 2,529 1.00/1.00 vMB 4
702,437 702,437 00000000000000000003976df126f220ccb704490e03fa719288c1e460ae0c59 2,852 1.00/1.00 vMB 23
702,436 702,436 000000000000000000067a9a7ab090bf1959e148aa139b6155c202d5061ad797 628 0.30/1.00 vMB 7
702,435 702,435 0000000000000000000d68bc50a88a91ecab87b1257c9d2047b9a7dcfebfcd8a 2,478 0.97/1.00 vMB 8
702,434 702,434 00000000000000000006c63020afa80d662a8b46b48fbbbafaadf228d9bf5b68 2,069 0.67/1.00 vMB 13
702,433 702,433 0000000000000000000e7e25fcc99b9596ee02a47fd362a85c780bc16b35943d 786 0.80/1.00 vMB 2
702,432 702,432 00000000000000000002f3b491bbcd3cdd3c919403db4e200b15f5f998472c83 3,423 1.00/1.00 vMB 15
702,431 702,431 00000000000000000003c28a88a0da52b75e303c4f51246c4d8aefbc5a25c4aa 558 0.23/1.00 vMB 12
702,430 702,430 00000000000000000007d4b162357a0029873b0d8f02d300b72c54fd477db1ec 916 0.51/1.00 vMB 27
702,429 702,429 0000000000000000000e248b46f203c3249ce46ac1b1f9c7ad00896bfbe8f1ea 280 0.09/1.00 vMB 9
702,428 702,428 00000000000000000009187bd759e8f89c20b73b5bdc63762cd4384074cf4af9 275 0.10/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.13 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: 652.36 GB
    • Received: 13.74 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.