Loading Tool

Explorer IconExplorer

Memory Pool

42,496 transactions
26.09 vMB
0.05068808 BTC
Random Selection Loading Transactions
Max Size: 137.13/200 MB

Candidate Block

Mining Attempt 172bb4b04840e8f6fe708959ad65df0ab6968cabf16f01572519dd466431f28e
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 101634be071541c3574ffca514dee7ed1119740e5598fc8c76e8866b3c73af38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,278
Size: 1.00 vMB
Total Fees: 0.00319443 BTC
Feerates: 77.76 > 0.32 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (444,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,894 469,894 00000000000000000187a9310ff1927a631ed3ced8445dcdc95257d4bbaec4ce 2,105 1.00/1.00 vMB 475
469,893 469,893 0000000000000000003a32c085e3f99db7d476996268fe45ce5a8d6d1fc7eae4 2,217 1.00/1.00 vMB 470
469,892 469,892 00000000000000000174b8bad1faf354d8fc100d6166a7a9990959c01d55499e 1,008 1.00/1.00 vMB 507
469,891 469,891 000000000000000000f1b46b03eee293bf5110a719a29c4c9c63fbe579bc5832 2,381 1.00/1.00 vMB 377
469,890 469,890 000000000000000000ffb38c63566a9b55095cebeb631b513ec93b8f78bcc5bf 1 0.00/1.00 vMB 0
469,889 469,889 000000000000000000c44f1b6f5789dbe16d7683c84cef0611fbd6af54285909 1,377 1.00/1.00 vMB 242
469,888 469,888 0000000000000000011860ba2f75c44822896ed9710b933ab51418b9072e6e74 2,199 1.00/1.00 vMB 311
469,887 469,887 000000000000000001867fc7b4bb99fd97a671965083191ec7e38f8ee82fdede 2,254 1.00/1.00 vMB 405
469,886 469,886 0000000000000000014d0d17b00ae099904d157bbcb7ee0890618d41470290af 2,329 1.00/1.00 vMB 162
469,885 469,885 00000000000000000044b88afa72b3cb72e93bdb7ebeb2047a60ebf2fadb7792 1,674 1.00/1.00 vMB 257
469,884 469,884 00000000000000000087b921abe90bc1d7e1783ee5765a9c9cd3a6dd4b7b034f 2,458 1.00/1.00 vMB 450
469,883 469,883 000000000000000001677d9b6d840dfdff6b883969aef3bfc21dd68a510f8ef0 1,976 1.00/1.00 vMB 74
469,882 469,882 00000000000000000166974e866f0dd3cf8df28a7d3bbdd3c406a7ef16187c0e 2,258 0.99/1.00 vMB 279
469,881 469,881 0000000000000000008b6b658bdc540466826bd2db88f34546e707f8791d5d5d 2,093 1.00/1.00 vMB 374
469,880 469,880 000000000000000000ab03f9a0ecbfdb50db43a01bba96eadee26a9ef491ddc1 1 0.00/1.00 vMB 0
469,879 469,879 0000000000000000013bf80bd685d0cb1777ea0fc269be40a2ffb868786e2ae3 1,554 1.00/1.00 vMB 143
469,878 469,878 0000000000000000009b16e715cd6aa5ffc34ed34b63509eac185fcc6073a6cb 2,105 1.00/1.00 vMB 308
469,877 469,877 000000000000000000ce8fa588f5cd47defb1d8d831bdeef27f05646ab98b3c8 1,807 1.00/1.00 vMB 490
469,876 469,876 0000000000000000008cca5615f353b09aacdcc53408076495927ab572c4c5ab 2,235 0.99/1.00 vMB 225
469,875 469,875 000000000000000001019361040cc63e1dc6f1f51938d48c02dc3578b6d78f10 2,564 1.00/1.00 vMB 82
469,874 469,874 00000000000000000165d30b7804b4634e93986f526e3ca777d33b73d3abdf31 1,454 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 781.96 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: 647.61 GB
    • Received: 12.96 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.