Loading Tool

Explorer IconExplorer

Memory Pool

81,406 transactions
22.35 vMB
0.06663290 BTC
Random Selection Loading Transactions
Max Size: 148.38/200 MB

Candidate Block

Mining Attempt 45dd47b6ec6f59d4e6cbf0e41b109dbc72f0bc125c71bb0efac433ec097252df
Version 20000000
Previous Block 00000000000000000001e448563a554de14ff5474ef49dbc156ba5b8ff8e2b7f
Merkle Root 04192b0aaa215be4962e2278c2bbd9b30c45a624a89e83b23a55548b96246cc6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.01516398 BTC
Feerates: 80.44 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,126 (840,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,631 75,631 00000000002ea6b6537c9dce71ee5f0896528d2fcab5429828e160bddce4afce 2 0.00/1.00 vMB 0
75,630 75,630 00000000005fdcdd3beffafa12655d4e351b65062a7f02bb924b75802197acb9 2 0.00/1.00 vMB 0
75,629 75,629 000000000035efa4e27a7923b3832da321565e4570955bbee900c6dbd34301f6 1 0.00/1.00 vMB 0
75,628 75,628 00000000000b56f35903e3bfd8cc12f64b3ddff746c4f96b23f6916aa4c45676 1 0.00/1.00 vMB 0
75,627 75,627 0000000000002ac515484367561e5a9a82f82473d9e402354d7a6329a307c5aa 1 0.00/1.00 vMB 0
75,626 75,626 00000000002c4f023d9983c2ba49be296c67c2ee888108f3ded1cd9a8426a32b 1 0.00/1.00 vMB 0
75,625 75,625 000000000017a75399f04846cc9e3187a679062d12e896fb06a2cc8862429859 1 0.00/1.00 vMB 0
75,624 75,624 000000000015461e8febad89888fe183565a696f108a96f0b92ef72b7a852076 1 0.00/1.00 vMB 0
75,623 75,623 00000000001c05865996b7b5321bd4370b96bb89bba3129ee18fbab42263307a 1 0.00/1.00 vMB 0
75,622 75,622 0000000000248d1dbcee8b2ea5a549f79901ff5a6178e659f558ca13cdd3f6b4 4 0.00/1.00 vMB 0
75,621 75,621 000000000052c5791bf89baa1a79d93f2cd0fba5021b741043dcae4f7c2d43e5 1 0.00/1.00 vMB 0
75,620 75,620 00000000000b88d6084850a409724f199a412be4c7a04e09d5887d0d41575eda 1 0.00/1.00 vMB 0
75,619 75,619 000000000059eb9aed462d354c8179b141128e2aff567193a01eda10e7546bbe 3 0.00/1.00 vMB 0
75,618 75,618 00000000001e13f2026112fbe11c4ae332fa730acc76bb1cc328d3dabc6d282c 1 0.00/1.00 vMB 0
75,617 75,617 00000000005525e0d9f3eb3e65c9b3fe4705059e34961e39d810bcaeb723da4c 2 0.00/1.00 vMB 0
75,616 75,616 00000000000ab0773bcd453362c6bd807ba83b4f3670dc0d8c709146c56f551d 1 0.00/1.00 vMB 0
75,615 75,615 00000000004cf0c8db5ed867eb52df3a14d6a2b28bb8378cb610e4e3c82fa510 2 0.00/1.00 vMB 0
75,614 75,614 00000000006cc24c7037ef6d5db00d1a75018af7f8ebbfb354c682a9616b1ea6 1 0.00/1.00 vMB 0
75,613 75,613 00000000002491349e13607858b3df672910daa8ae0db609f2998593f0931f19 1 0.00/1.00 vMB 0
75,612 75,612 000000000010db92a1f849b48b646d1c6617a1a582a7f13ecf2e11f62917de88 1 0.00/1.00 vMB 0
75,611 75,611 000000000045c6b598ac69ab13dbe75aa2572b716a3d72692e70e2aec5b0985c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.34 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: 816.89 GB
    • Received: 24.36 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.