Loading Tool

Explorer IconExplorer

Memory Pool

86,034 transactions
32.05 vMB
0.21551800 BTC
Random Selection Loading Transactions
Max Size: 191.65/200 MB

Candidate Block

Mining Attempt de9532e179cde149e67e1124da750c926fb67f42311964b9d0648fa8f0538e35
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 6cb1cf517ebc05a6bfb43f9fb7a265e332bedad376b46b4edda30b72ccdefba2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.09711684 BTC
Feerates: 529.10 > 9.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (66,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,463 848,463 000000000000000000017689f377c69dc25d29f89b76154262670c4f28994e65 3,381 1.00/1.00 vMB 16
848,462 848,462 00000000000000000000fd5342e5a207b4e8b5d6358fe4abfd0e65d259501876 4,021 1.00/1.00 vMB 17
848,461 848,461 000000000000000000000fb52c28b65d12268a44634f231977af37fd114b2a9a 6,255 1.00/1.00 vMB 16
848,460 848,460 00000000000000000001f520c8cb01b7ccfd6faaa80f31079a6d1f8b0642b572 2,948 1.00/1.00 vMB 18
848,459 848,459 000000000000000000007e8f400a8134f3ed5b5c929b68c7002c0cfab5702fa6 2,176 1.00/1.00 vMB 14
848,458 848,458 000000000000000000030caeb949adb68d25100357aee37fc994b07c9417c7ee 3,889 1.00/1.00 vMB 21
848,457 848,457 000000000000000000035c28b93a1c066f565d6e4181981bed07eb109cbb8a05 3,989 1.00/1.00 vMB 24
848,456 848,456 0000000000000000000277cb77289572194ea793a73ed294e1075ffe43b76b7b 3,420 1.00/1.00 vMB 36
848,455 848,455 000000000000000000025ba20b37dd66859600114219f512887652be176b6f5d 2,919 1.00/1.00 vMB 29
848,454 848,454 00000000000000000002863ba4eb5e8c9ef809fbe508a44e302e458129fccbc3 4,021 1.00/1.00 vMB 31
848,453 848,453 00000000000000000003510720876210834fc51b549e45799d8cb2b9235d5de3 4,972 1.00/1.00 vMB 37
848,452 848,452 0000000000000000000259795f896046c2881d7eea6f7c8c6bb963fd4b2c4ee3 5,810 1.00/1.00 vMB 44
848,451 848,451 000000000000000000007309cb8d9239442dc5e91d4c62aa5bc1f026e1b53c40 6,872 1.00/1.00 vMB 48
848,450 848,450 00000000000000000002c71da0911936fd0c1c8118f55e9ab1705f19f238badf 6,999 1.00/1.00 vMB 45
848,449 848,449 00000000000000000002460d528f12d0e75d0eeb6a0123194053d11fe89ee754 6,370 1.00/1.00 vMB 30
848,448 848,448 00000000000000000001c06a708b78e35a65fc360ecb4fcaa7caac7c4a378a57 6,565 1.00/1.00 vMB 34
848,447 848,447 0000000000000000000270cbcd5fec9e24b9201f940d22b44f0abde7503dad7c 6,554 1.00/1.00 vMB 34
848,446 848,446 00000000000000000000bad46d63ed137f21c218c3b583a6f9a9784f6b0cc29d 6,107 1.00/1.00 vMB 33
848,445 848,445 0000000000000000000286d7b94005e5e2ce150adeaf8433ac9e4d90e56e343e 5,353 1.00/1.00 vMB 25
848,444 848,444 00000000000000000001f03c73fa945ab1f4d58c4441a9fa08451e77e772b98c 2,179 1.00/1.00 vMB 12
848,443 848,443 0000000000000000000230592c935f7dd0d4dcfa73d3bece3122fa4eaa1b2d3a 2,509 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.