Loading Tool

Explorer IconExplorer

Memory Pool

19,817 transactions
24.31 vMB
0.05970791 BTC
Random Selection Loading Transactions
Max Size: 114.93/200 MB

Candidate Block

Mining Attempt 331a6d974f0de235abb25064e496f40d2d9bd2953cb261f03ec2aee2c2617814
Version 20000000
Previous Block 000000000000000000020b4434e5e98aba91d37f341a1a0ca1145b7f6d72946b
Merkle Root 5103b8f2edebb12dd8692b1de13bc493e85b877fb7dbab9a41385d8dddfaa7d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,997
Size: 1.00 vMB
Total Fees: 0.01644329 BTC
Feerates: 301.07 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,296 (881,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,472 32,472 00000000a399be074337298d7bd977c948ff258ef125f5f44f5b67a36ee25951 1 0.00/1.00 vMB 0
32,471 32,471 000000000ed9658ef0c2314b45cf8a9c9d99bdf1edb27e13c32b28355fb00a0f 1 0.00/1.00 vMB 0
32,470 32,470 000000005762aed62ae6b5e7f75fd9c5c6b6372e1ab58c8248afcbbef84da20d 1 0.00/1.00 vMB 0
32,469 32,469 0000000063ca937caabfdba24ba8d8ac4dbbb275beb7b0eb5a5d4a2e70f1eaa3 1 0.00/1.00 vMB 0
32,468 32,468 00000000c761574ebc95aa44d630b1d55ca1e5165eba033b06197a36ba5cc824 1 0.00/1.00 vMB 0
32,467 32,467 0000000064cc9877eb5fe1b00e910314befc7334a8583cd00d584a41b0b385d4 1 0.00/1.00 vMB 0
32,466 32,466 00000000d56afb7c19ec485fdd862d6d81f0eef7ff2980129b0d14e10d09733f 1 0.00/1.00 vMB 0
32,465 32,465 0000000031a3f8dd699d06caac443d936cf29e628f0cdd5f728f7d4284275b95 1 0.00/1.00 vMB 0
32,464 32,464 0000000033f86083dc34394302c8655102c5e99264a5178384db378456253804 1 0.00/1.00 vMB 0
32,463 32,463 00000000b915f1964b6b5ec998f9ecb17eb556aa089fb47ce5915a5a8feee9e3 1 0.00/1.00 vMB 0
32,462 32,462 000000004299fc61474dad0bdd0f4db5438a417876614b3685ef84ce34be66a5 1 0.00/1.00 vMB 0
32,461 32,461 000000008b3160a7d2af31858f4409c3bf3cb0f1180ac1fce5228a70cf382630 1 0.00/1.00 vMB 0
32,460 32,460 0000000032d2ca5977434b3b50e6f3a50ab08d6fe9dd915aeb56035b1e0f94b9 1 0.00/1.00 vMB 0
32,459 32,459 000000000c27103a461ccb627d65513a1849dc54ac23f95fa63da5f98bb287b6 1 0.00/1.00 vMB 0
32,458 32,458 00000000391c21630edee36e45be0fb40a593b132547f68d2a5db13a540b26e2 1 0.00/1.00 vMB 0
32,457 32,457 000000000d9da8af94ddfdab7b0e2135c3ba73c568639ec65183456f1ce59481 1 0.00/1.00 vMB 0
32,456 32,456 0000000036b5c27f497e42fa051e31e401c91101263a671e92e67667b55362db 1 0.00/1.00 vMB 0
32,455 32,455 0000000034940876db1bfc087da27f6b63876cfe23d21acd878053674cb4d10c 1 0.00/1.00 vMB 0
32,454 32,454 00000000407931e1b54239be3ebd78c546d9e43bdbde7869982088fe982a9ac3 1 0.00/1.00 vMB 0
32,453 32,453 0000000057a1ddc62041161bc5ad5f8758a1a483b8bbb1804b7a1706afd998ce 1 0.00/1.00 vMB 0
32,452 32,452 00000000168301592625d83cf04e77927c267cf7f7812728d19d613f30fc5a87 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.12 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: 580.37 GB
    • Received: 8.95 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.