Loading Tool

Explorer IconExplorer

Memory Pool

24,281 transactions
15.73 vMB
0.03256095 BTC
Random Selection Loading Transactions
Max Size: 82.52/200 MB

Candidate Block

Mining Attempt da7d9c40f86167a9d4974de64325a64d6c60894c7a202de063a63fdbca5b19ab
Version 20000000
Previous Block 0000000000000000000084a21ff707eead35ab8f0f56d03d5d8d061975b60eec
Merkle Root 9a9fbcbb36346a652f12983ff39c6053d66a28f35adf00bec65068709d2f48ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,892
Size: 1.00 vMB
Total Fees: 0.00442456 BTC
Feerates: 180.64 > 0.44 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,165 (817,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,628 96,628 00000000000110b317285af98f7f330928ecf84065fb76b48c32fa2da5c2ec5e 1 0.00/1.00 vMB 0
96,627 96,627 0000000000011b86b025a8cb0270ee00af32609cfadf7780066c29e9e1e11061 3 0.00/1.00 vMB 0
96,626 96,626 00000000000717d6ec58faeeb3a2df6b0d98a3e9270fa3e5025ebca96d69bcad 3 0.00/1.00 vMB 0
96,625 96,625 000000000006a08eb2111e5edd131ea2d3b5ed8d178d1419f8cfed71c754fab6 2 0.00/1.00 vMB 0
96,624 96,624 0000000000014e40bddef5e24f77e86dac222e8fbc772cbccd40ef898643736b 1 0.00/1.00 vMB 0
96,623 96,623 0000000000062b006cb23dc01369db8e55eecfbfad25f420e3bcf4d6795f7682 2 0.00/1.00 vMB 0
96,622 96,622 000000000000602047d34015c564a0145f793efb18e5498c737332095aaa3ef9 1 0.00/1.00 vMB 0
96,621 96,621 000000000007045020582f0df57c9a2b9b922e08ae1320b0d455699bd1e8476a 2 0.00/1.00 vMB 0
96,620 96,620 00000000000106e731f73c76eeb111ce1b0da37aa3a87089a3086ddfa02882ca 1 0.00/1.00 vMB 0
96,619 96,619 00000000000530fd13cbb49ead7763bc8920a3b5f9a4e83a7b77db158ac84757 3 0.00/1.00 vMB 0
96,618 96,618 000000000002e9c4b56979d6a14eac9e478a0f2626b2cbcc3e0b3b7c92a62774 1 0.00/1.00 vMB 0
96,617 96,617 000000000003c22a7873323f0146d3d67c55b0f0ecc96f3af1a77febd037782b 2 0.00/1.00 vMB 0
96,616 96,616 000000000005ea5013f5c53c18bcfa98a09aeced71768135491f592cc0e39128 3 0.00/1.00 vMB 0
96,615 96,615 0000000000042d28ad90c16197f9309ff27e94a5e118128c21d3e63696670729 1 0.00/1.00 vMB 0
96,614 96,614 000000000004ae0fa7616d70e70a02a5acf5a4e6aaebbe9946ed4d057fdd4801 2 0.00/1.00 vMB 0
96,613 96,613 000000000003c84db0acf5ce7b3b96fbd0e8cfdc6658e0068e4cc18318e0f089 1 0.00/1.00 vMB 0
96,612 96,612 000000000003f1a9dbda87f0f86aee889dd404f72fd8bf38e8c27c9268af12d5 2 0.00/1.00 vMB 0
96,611 96,611 000000000003860b9919ff1f36b449b757c900f5159cfc261207e15cbfe649a3 1 0.00/1.00 vMB 0
96,610 96,610 000000000007d973fe529f13e219a7650125ca15179a2274ea5dd56685e335e0 2 0.00/1.00 vMB 0
96,609 96,609 000000000004d09c80919b5403d537bed9af8a744aa5be557216556369610753 1 0.00/1.00 vMB 0
96,608 96,608 000000000002ed36343d3fe19088b36b158ebcb8b359ea2c61c8c5bf2e23d154 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 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: 566.14 GB
    • Received: 7.66 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.