Loading Tool

Explorer IconExplorer

Memory Pool

38,659 transactions
28.48 vMB
0.06719497 BTC
Random Selection Loading Transactions
Max Size: 144.20/200 MB

Candidate Block

Mining Attempt e59fbb6a58c769051428b2bc947ee27cfbe0a290b6a907a4e830d8bf4148dd89
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 3f9dab16ccf399d65b1a8438fefed164f2863ccf72a75be999c06c4ad2f3c1f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.01230735 BTC
Feerates: 105.82 > 1.23 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (67 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,489 914,489 000000000000000000002b78b1ebc895c40e145234886edd8073496dbf3cb297 2,824 0.79/1.00 vMB 2
914,488 914,488 000000000000000000007b4acda7a1f244486b309bf9a2b96a9bb81c576cc579 3,878 1.00/1.00 vMB 0
914,487 914,487 0000000000000000000015e765878e2ad355482d78f404e5c3e9e5116eccdee3 6,456 1.00/1.00 vMB 0
914,486 914,486 000000000000000000014dc98b1687a99f08f05b5afb6d47c8c1ab38b68fa281 4,934 1.00/1.00 vMB 1
914,485 914,485 000000000000000000018fb79d5173be06525e6c5fc244e12c94fbc59d8d7c1c 3,414 1.00/1.00 vMB 2
914,484 914,484 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0 5,322 1.00/1.00 vMB 3
914,483 914,483 0000000000000000000073888e56326ba3e5b1a30a43ccee78259704ed07c846 3,303 1.00/1.00 vMB 3
914,482 914,482 000000000000000000003b9ee01acf19676ca411be8223c9e25fd1b75f6deb77 3,976 1.00/1.00 vMB 5
914,481 914,481 00000000000000000000f7db0d0441ea7e915e393237de50110aa258874156c0 4,091 1.00/1.00 vMB 3
914,480 914,480 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e 3,867 1.00/1.00 vMB 3
914,479 914,479 000000000000000000016ebf7cfb5b49d52a5da9adfbdfb60a56c93537ca3094 4,817 1.00/1.00 vMB 2
914,478 914,478 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6 4,741 1.00/1.00 vMB 0
914,477 914,477 00000000000000000001fd04c5091ae94005f8b98064aaa48cbec9a670b458f5 614 0.12/1.00 vMB 1
914,476 914,476 0000000000000000000204250b15408c3e08ac0f28220aa24bf6dbb6b78e506e 3,803 1.00/1.00 vMB 3
914,475 914,475 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a 5,611 1.00/1.00 vMB 3
914,474 914,474 000000000000000000002c74cf1b642b27217809f89bb5af6de1a77343904241 1,412 1.00/1.00 vMB 0
914,473 914,473 000000000000000000005cc19a393290e7d428fc288b3f87ece958e022f82a03 6,986 1.00/1.00 vMB 0
914,472 914,472 000000000000000000019891e708d9e6ce67bd01e007151ae43a859f9b5dfb6c 6,755 1.00/1.00 vMB 0
914,471 914,471 00000000000000000000a23ff8188f26dcaeb9c35997eddc5a72392c9d3d16d5 4,858 1.00/1.00 vMB 1
914,470 914,470 00000000000000000000f6319012ced62cb61d88ee66ba1f2087d111093ee0e6 5,306 1.00/1.00 vMB 1
914,469 914,469 0000000000000000000169debf8f236758b3fc2589a34d5d20255a4020488a10 6,494 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.60 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: 623.59 GB
    • Received: 11.46 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.