Loading Tool

Explorer IconExplorer

Memory Pool

40,216 transactions
20.52 vMB
0.10823815 BTC
Random Selection Loading Transactions
Max Size: 112.67/200 MB

Candidate Block

Mining Attempt a501cc169dc9f755841fa44b5e8e1566722db03a803d3f5959a316b704910195
Version 20000000
Previous Block 00000000000000000001d32a64f5a9fd0bffe928323de9f2e4c91f06684e673c
Merkle Root fec87f2aac76f85de3f5c69ecb3394c1a937f7328957b1edd984566b42a89eaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.06319264 BTC
Feerates: 477.45 > 6.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,920 (685,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,505 228,505 000000000000023ee5a98b19e7223a13491595f48c8048d0a13c6fe9b55f6969 528 0.24/1.00 vMB 164
228,504 228,504 000000000000013b794f06236c0c103674c0a150e361a674930a7629fab2b5ca 256 0.08/1.00 vMB 130
228,503 228,503 00000000000000625ccfc091345e8bd3d97e9fbfb3ff47e5737145e3c598cb04 144 0.08/1.00 vMB 74
228,502 228,502 0000000000000058ea7add7c13d4a121eb150f0a678bcca63c6837fd8e2814bc 450 0.23/1.00 vMB 157
228,501 228,501 0000000000000001c05b806a9821a97d6749780ec51e07fb3eef02c0a33eb4b8 105 0.05/1.00 vMB 85
228,500 228,500 00000000000001995aa6d383393fa0bc21da183df4f9f16c5642800fe6413bd5 335 0.29/1.00 vMB 107
228,499 228,499 00000000000000d090d32a82e09c449ccc653b632d78e7f48d4620d8bf7e44d6 514 0.25/1.00 vMB 171
228,498 228,498 00000000000001c37e834ba9700fdcdac2006bca759654ee59f83331c1a76651 707 0.25/1.00 vMB 230
228,497 228,497 00000000000001df935a90f5ddadbc9bd3de6c9618c6401cc055829d1a48d6e0 193 0.15/1.00 vMB 74
228,496 228,496 00000000000001688889b8473e6e751e028883e944fcc687a217dc265dd77b07 1,303 0.47/1.00 vMB 176
228,495 228,495 0000000000000080f5b367f83a9e49b5b6f4331c9d74f9b23f2acf5516ada3a5 5 0.00/1.00 vMB 0
228,494 228,494 0000000000000036cda886db45f95e3c4e6273ca6a3a8cbd928106a0867fafa1 618 0.26/1.00 vMB 172
228,493 228,493 00000000000001e4c419a30a2c55c4650c00679e4593a279900a098e3ca8de47 256 0.08/1.00 vMB 179
228,492 228,492 00000000000000653321de6031a423b456460e5551356e1d19c476b6e9cbf487 326 0.12/1.00 vMB 163
228,491 228,491 000000000000008c0df8868fdc2f6cb57ad1d6120c3e708833cba849a588be7e 419 0.19/1.00 vMB 182
228,490 228,490 000000000000026cfbf0ddf4f87ea9d714dfd0d1c2f7216f12a8dd307a0e3c18 644 0.31/1.00 vMB 146
228,489 228,489 000000000000021b6b495d8ad7bd47f528cc2f930535d4ed93956f96c73bd2e2 156 0.15/1.00 vMB 57
228,488 228,488 00000000000001b9b70c9a3f62dc6a15e7fca6c30fe76e8d6dfe303c9fbace48 133 0.06/1.00 vMB 197
228,487 228,487 000000000000018a49487489c5a6364dbd50b2666b8fa309742a8230857fe9a2 613 0.37/1.00 vMB 133
228,486 228,486 000000000000002356521f2e0b8e63c21af95e79e9edca8bd6f55491507a790f 591 0.25/1.00 vMB 3,451
228,485 228,485 000000000000005a79aba1f838efa43099e7e18c5ae75363fd3a0c6dcdecf244 755 0.33/1.00 vMB 476
Previous 10 blocks ↓
Total Size: 780.47 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: 528.39 GB
    • Received: 5.60 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.