Loading Tool

Explorer IconExplorer

Memory Pool

80,614 transactions
30.00 vMB
0.12272456 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 408f4f44f25dc178823115cf055a416794736674f0bd64f815eaf53949ab5c82
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 13a4c5a83202aceb990e5e525862b9bc5f94a60b8f3192ae6413cabe3b994b7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.05064079 BTC
Feerates: 242.90 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (442,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,523 472,523 0000000000000000009b7670d4aa99f4d2dfe096f2cb831017aa62bc8f26a7ef 2,074 1.00/1.00 vMB 225
472,522 472,522 00000000000000000134c3a74715a9fbb3d29ca77092bb9504d42ad02e4e9967 1,141 0.66/1.00 vMB 290
472,521 472,521 0000000000000000004d363b451e132e021b80556ac26d6014ae41c872245c2f 334 1.00/1.00 vMB 38
472,520 472,520 000000000000000000d258c5ab1b38cf7328733b6b3cb399a3fa3e6d2e4b890c 938 1.00/1.00 vMB 59
472,519 472,519 0000000000000000010b6d3f216ddfbfff0441e0f984586258513ddd09af39a7 1,706 1.00/1.00 vMB 212
472,518 472,518 000000000000000001779f2839c3b0a428fd2ff5204e1c93edd34213c7387313 121 0.10/1.00 vMB 153
472,517 472,517 0000000000000000004e2c12525bc16a0ed7b63d52a768b5953a10b6c99501f1 2,104 0.99/1.00 vMB 312
472,516 472,516 0000000000000000011d365fff1f9b3b95ebeb4d688bcec17d929023b9d8b3e9 1,775 1.00/1.00 vMB 303
472,515 472,515 000000000000000000a62d7acaebbbba4e740da1495c1b8ebed59a010096b7b0 193 1.00/1.00 vMB 37
472,514 472,514 000000000000000000ad323a5bb93adb8c75467dc199cea7ab44306e6fe14fee 751 1.00/1.00 vMB 140
472,513 472,513 0000000000000000012ef514d9b517cf5bd28e1e84638d9535965d1d88a2ee86 1,830 1.00/1.00 vMB 237
472,512 472,512 00000000000000000012eb76e5ea7bdc8979e6d066763c47d5408ae81291a849 537 1.00/1.00 vMB 82
472,511 472,511 0000000000000000015caca2fead25c967f3d91b01c7a84b4b163054cf73e85c 1,417 1.00/1.00 vMB 25
472,510 472,510 0000000000000000006ea324d3f47746a44b4140d69b1ccf2444c7c2a61f2333 1,323 1.00/1.00 vMB 142
472,509 472,509 000000000000000000115e708498b5c9bcdc9c72f12aa01f14a549c945f8b5f6 2,265 1.00/1.00 vMB 361
472,508 472,508 000000000000000001116bec3b172e8fc838dcb942ba123cee6f68fef154978f 1,779 1.00/1.00 vMB 340
472,507 472,507 000000000000000000ca9fca08c2834ddc36af53e30b05b68ac1d783cab42c80 1,648 0.99/1.00 vMB 424
472,506 472,506 0000000000000000007487aa36bc2e0e02b45217c6985cac89531b23db7b64aa 951 1.00/1.00 vMB 124
472,505 472,505 000000000000000000e649add4aa63ebe36960fd64c895b331086a32439f17cf 875 1.00/1.00 vMB 124
472,504 472,504 000000000000000000f8b86cbcca9b56051f9131788d9b33406f4640aaf336de 1,312 1.00/1.00 vMB 56
472,503 472,503 000000000000000001748044d341e715cf867339f6b7deb9b69403d5b376f7e1 1,529 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.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.