Loading Tool

Explorer IconExplorer

Memory Pool

74,336 transactions
27.58 vMB
0.07495822 BTC
Random Selection Loading Transactions
Max Size: 168.03/200 MB

Candidate Block

Mining Attempt 6c9d3c79a30ac4828d70efcd38ab140760bea152cede740e8837b97922bb22dc
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root eaac43b978b6681d1fb413e2248d89c0964c000179d0934a0f4669d6a72a05d5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.01607621 BTC
Feerates: 402.60 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (490,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,857 424,857 000000000000000000674f673647a67d18676325d98f20696750e4fdcfa3cb53 2,324 1.00/1.00 vMB 65
424,856 424,856 000000000000000004f08d39316512a51c2d0e1fd7a0f8ac278515e045e0286a 2,365 1.00/1.00 vMB 80
424,855 424,855 0000000000000000042a15b56c36dc3a45b42fd48f393f4e1190023a3d3044fe 2,852 1.00/1.00 vMB 90
424,854 424,854 00000000000000000138876ac0eaaaf2a20a7193ee537a7058cd0a99aad20ab5 2,335 1.00/1.00 vMB 75
424,853 424,853 000000000000000002b98566c14d4a4b2cd6b39235085fb8c225b09087ee18e4 826 0.41/1.00 vMB 71
424,852 424,852 000000000000000000a29c75a062085b3f0196687287979c84394b0d379461da 832 0.31/1.00 vMB 76
424,851 424,851 0000000000000000035ecf0befd8a68e686e082ed38f692ed75c2b262c9f2905 1,388 0.71/1.00 vMB 62
424,850 424,850 000000000000000004497acd123431816f315558dc27dff6c24667dedd3c9e67 1,417 0.59/1.00 vMB 72
424,849 424,849 00000000000000000387633640c4fce21a24ccf3bcbf454895e9c77ca3c6894b 820 0.37/1.00 vMB 60
424,848 424,848 0000000000000000046d5f6524017894e9fb0c69ebd794d518365511327ec822 1,743 1.00/1.00 vMB 57
424,847 424,847 00000000000000000068ad4aab21307c406875b30ea3c975f9be0bdeb3ab11c6 1,410 1.00/1.00 vMB 42
424,846 424,846 000000000000000001640d64547e00a50c688ee474f7d6169dea906bd362f73d 2,099 1.00/1.00 vMB 66
424,845 424,845 00000000000000000408ac4eca23fae05d77dce91f9d0b0ca4cc3e6932e5e1b6 1,594 1.00/1.00 vMB 89
424,844 424,844 000000000000000003172c0089c269d68d93f995e3c19f2faee2c48d50013412 1,978 1.00/1.00 vMB 74
424,843 424,843 000000000000000004f58042489509d8842850a8555d0f8123b0ad4767d99f8f 1,477 1.00/1.00 vMB 38
424,842 424,842 000000000000000003ade00348041a7f40d98e39589dd167b9ebbf6ddb0d2544 1,875 0.95/1.00 vMB 64
424,841 424,841 0000000000000000003ee373d49f7e2c8d5d5ed1e5bc5f4e0ff39d9de8256f13 2,202 1.00/1.00 vMB 62
424,840 424,840 0000000000000000039b7dd2104c6eb4df094ce6ccb8c86f931a95b020f8e2f2 2,582 1.00/1.00 vMB 88
424,839 424,839 0000000000000000018f41856d39034d3f42f01e041f3b9b061ec033cd68b4cc 1,758 1.00/1.00 vMB 49
424,838 424,838 000000000000000001cd743280a2ae3b7846c4dc1c41670d347d95b0500bc271 2,687 1.00/1.00 vMB 87
424,837 424,837 000000000000000004d2fc6c497f13d25213a5e8fa6b0599bc63fda424b91334 1,499 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.