Loading Tool

Explorer IconExplorer

Memory Pool

36,101 transactions
26.05 vMB
0.06775024 BTC
Random Selection Loading Transactions
Max Size: 132.93/200 MB

Candidate Block

Mining Attempt 633a10586ff31d98d14efd8ff4985646f22a7adddcb6b80c5cf0ad30e1938241
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 8dd59ee93d15c063bd393533e90fb933187fe1cf0daca16264e8dde0a75ebf4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,445
Size: 1.00 vMB
Total Fees: 0.01963341 BTC
Feerates: 152.71 > 1.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (505,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,496 409,496 000000000000000003fdb972b3d316006fbefcaa4ef14368ab19aae9665e1f81 644 0.54/1.00 vMB 25
409,495 409,495 0000000000000000010a3a610dd2b0aba343751c182fbde9cc6b78b96aef9aaf 1,636 0.99/1.00 vMB 27
409,494 409,494 00000000000000000601b3f5bff2adbc70004587b1914eed1a6879983c64bb33 2,684 1.00/1.00 vMB 54
409,493 409,493 000000000000000000a1c2647ae892151e3f0aa38d1f4c159b9a8de7c85c73be 2,671 0.99/1.00 vMB 45
409,492 409,492 0000000000000000013a74d3ff428f29f9562496dc140f4d4a34fe631b373fbe 711 1.00/1.00 vMB 19
409,491 409,491 000000000000000002646572db9dff5960e9dda61f0d3e51bfe3b4bcdaa524bf 1,749 1.00/1.00 vMB 27
409,490 409,490 000000000000000001da9cd091b33226d82714a5dc677f0abbfab73d74e0ba80 3,085 0.99/1.00 vMB 49
409,489 409,489 0000000000000000051a735d01d2cb4507ed1598ad04c18861e2a1c8a8b67ae7 2,726 1.00/1.00 vMB 41
409,488 409,488 000000000000000005143a7fd1854b621090888f18cf24e26716ac76d1f47108 897 0.34/1.00 vMB 39
409,487 409,487 0000000000000000025992c775c0683d162b4838a8e6acf2587d6b2d018d9f9b 2,268 0.97/1.00 vMB 37
409,486 409,486 0000000000000000023ca69eac111952aa241b52cb0ea084b259d26d2c9eee56 973 1.00/1.00 vMB 17
409,485 409,485 0000000000000000017cfc149e709c7897533e2832744cb9a0198f2e9ca51716 391 0.18/1.00 vMB 35
409,484 409,484 000000000000000000bec614513591c2e5d96a488c2513396e7a723bbf7b1dcd 2,210 0.89/1.00 vMB 49
409,483 409,483 0000000000000000059bc2f9e89d3387afd62a56784c6e2b585e91c6137c08c7 1,556 1.00/1.00 vMB 26
409,482 409,482 000000000000000003bf97d0c202035f8de54afb556d4250ff0935f676832141 175 0.28/1.00 vMB 15
409,481 409,481 000000000000000005a0ef41e5f3283b902ce6c5a041e8e3a9cc6ded748daf13 1,542 0.74/1.00 vMB 41
409,480 409,480 000000000000000005115cc2fda775712149e3fab36fceb6bd9d081b5284192d 1,304 1.00/1.00 vMB 25
409,479 409,479 0000000000000000014c000ebedf74bd453eb066145e17d58d01ebf99fbea20f 1,616 1.00/1.00 vMB 27
409,478 409,478 000000000000000001fe35bfe3f83f0c3c390d593e9e5f1803a5914a515dcdd0 634 1.00/1.00 vMB 14
409,477 409,477 0000000000000000021f46cfd54fd2e427888c6c3bfb0dfb9f324f11d6c0dcb3 2,681 1.00/1.00 vMB 43
409,476 409,476 0000000000000000037790e2046dcd03de78c13018fe0a02d9af7f69db9656d5 569 0.20/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.