Loading Tool

Explorer IconExplorer

Memory Pool

82,454 transactions
30.30 vMB
0.14295047 BTC
Random Selection Loading Transactions
Max Size: 183.52/200 MB

Candidate Block

Mining Attempt 2f07fa8a49d93239eccfe6997b4db2643e91d0b5e3a50cf07590de1b4e6faa2d
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 7a8350734f97c6337f86d6c3a84b1392ab09cd107eae3a34632e2e94c01f8dfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.06478404 BTC
Feerates: 137.89 > 6.49 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (442,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
472,502 472,502 00000000000000000179575717ec56effb4ca7d4de289d5c4ee7a8626f12a27d 2,096 1.00/1.00 vMB 332
472,501 472,501 0000000000000000011325cb4c2ff8b099a17f0fd933ba2056407aafcac0d8db 2,160 1.00/1.00 vMB 369
472,500 472,500 000000000000000000ea27938fa2aa921b6706850bf34125b9816f5555c5f2ef 2,046 1.00/1.00 vMB 220
472,499 472,499 000000000000000000d9b91c279949a66eb1b6981569eaa65f0208727faa5c09 2,099 1.00/1.00 vMB 305
472,498 472,498 0000000000000000017e6f17f243eff178b8bcaafe7b26a78702c3d8aeafecb9 1,136 1.00/1.00 vMB 144
472,497 472,497 00000000000000000012767d04c35246cc265886aead341576ec56bc905b472f 1,466 1.00/1.00 vMB 222
472,496 472,496 0000000000000000006e14fb17c367503b35e4a512d24a46c9f746fffde36616 1,101 1.00/1.00 vMB 127
472,495 472,495 00000000000000000184e48c7905a10babcabeaf5e8d3693038805684cb2ca09 1,748 1.00/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.63 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.30 GB
    • Received: 16.20 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.