Loading Tool

Explorer IconExplorer

Memory Pool

78,872 transactions
29.46 vMB
0.08401756 BTC
Random Selection Loading Transactions
Max Size: 180.56/200 MB

Candidate Block

Mining Attempt 342d7e8f02dabb21c39a72c4d1b3547d1c91eeb9d1cfd0124538fa1d74222590
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 9e110e301a9c3e254a4528f80cc3870c497ceca1af6e9bb82bcc45524174d9de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.01930628 BTC
Feerates: 302.00 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (353,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,369 561,369 00000000000000000012e68eeb5f18efbf701d176a6c8f221321f9eba2e431dc 2,650 1.00/1.00 vMB 17
561,368 561,368 00000000000000000017c950690351ded3919248864b3fc9eb4ca1650d94055b 3,053 1.00/1.00 vMB 13
561,367 561,367 0000000000000000002492098ed70c294e2e501cd4617299474565564cfa7a47 2,358 0.83/1.00 vMB 21
561,366 561,366 0000000000000000001ad7aa40980bb00d3bf30aba19463fc8faa22b0be25111 3,035 1.00/1.00 vMB 3
561,365 561,365 0000000000000000002c40bc613eea62d6368b897dd741d19f30dff0a230bf08 2,293 1.00/1.00 vMB 4
561,364 561,364 00000000000000000006c9d701ba6b9651ada44a916640b6edaece7fd67029a9 1,976 1.00/1.00 vMB 14
561,363 561,363 0000000000000000000e5d1344dffcfc1ab88b217eec83b3d9ab3f33325668aa 2,947 1.00/1.00 vMB 22
561,362 561,362 000000000000000000034f184bc68a03d1ea3ee7b7fa2e47ab71625620eed9a7 1,653 1.00/1.00 vMB 10
561,361 561,361 0000000000000000000b9134fc9cbff4dbe9c4f8ab59e8b0aedc66854db82e42 1 0.00/1.00 vMB 0
561,360 561,360 0000000000000000002196f9fc618216c041531cfc81b8b924e0b456c5903a7f 1,698 1.00/1.00 vMB 11
561,359 561,359 0000000000000000002a0c78800263c361e77568e2991a92178c4730d9e97967 2,752 1.00/1.00 vMB 12
561,358 561,358 0000000000000000000b25413e5d93cbc4b02e93cbad3d42cce009fab4308bb2 1,589 1.00/1.00 vMB 55
561,357 561,357 0000000000000000002194ef3ff2b98e08078fd392d207fde5af4292cb1d2c95 1,503 1.00/1.00 vMB 49
561,356 561,356 00000000000000000017a6fc302f45bfaee3c4bbadd0e2e3758613eeec29827a 2,439 0.87/1.00 vMB 6
561,355 561,355 0000000000000000001c68654f24fcaa559468055021cf7dd4c9bad99f3a0709 3,135 1.00/1.00 vMB 9
561,354 561,354 0000000000000000000706c4e1895fabec7d32a5eff37e01fd25379c9af3d279 2,428 1.00/1.00 vMB 15
561,353 561,353 0000000000000000002a5909c274a2e70092766fd478334d72b909022db13aa4 1,843 1.00/1.00 vMB 3
561,352 561,352 00000000000000000019c71fcd8d3f6159b23ad7c1123fb82a8d5d7d4f4ca90c 3,002 1.00/1.00 vMB 19
561,351 561,351 00000000000000000011232739925d985d9cc7da3b49a76e2a4293e3222b54b4 671 0.29/1.00 vMB 12
561,350 561,350 0000000000000000001c6a6aed9c7ddfc42d32d08df614c63db63989aa319583 623 0.24/1.00 vMB 1
561,349 561,349 00000000000000000012a0656c4380bed8ffa29abab53a10e90bf61b3ca607e5 2,693 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.