Loading Tool

Explorer IconExplorer

Memory Pool

78,754 transactions
29.20 vMB
0.08439226 BTC
Random Selection Loading Transactions
Max Size: 176.77/200 MB

Candidate Block

Mining Attempt f00facb16ced736eec3361d5cb95b7dfe133ea0551b4c2c699f52adcd94702de
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root daa5e124830250263af61d76dc10b3eb8f2856b64ed3f46d5e155b0524bc0345
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.02329739 BTC
Feerates: 178.73 > 2.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (66,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
848,442 848,442 00000000000000000001f795d8f5f03f7d881ffc749e7ef19dc707d245043a4b 4,796 1.00/1.00 vMB 12
848,441 848,441 00000000000000000002132efbe8f3aabf0c7c6c9acc5fafa24c487564d735c3 4,257 1.00/1.00 vMB 15
848,440 848,440 000000000000000000034c28f245e35ee018d4fd98e86ae5c4b0762f0a9b6ec4 5,775 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.68 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: 678.75 GB
    • Received: 16.44 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.