Loading Tool

Explorer IconExplorer

Memory Pool

81,860 transactions
30.55 vMB
0.07855191 BTC
Random Selection Loading Transactions
Max Size: 184.23/200 MB

Candidate Block

Mining Attempt 133eecab1c3c5b49fb678e9e4e4f69d98e3d4ed1103ffd89d5af90775f23ad3a
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 128b5ed1073d0da3622c54e0c85f756f1ede14144a93cc39bb555e8998099cee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,132
Size: 1.00 vMB
Total Fees: 0.01517263 BTC
Feerates: 40.91 > 1.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (439,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,333 475,333 00000000000000000102618dcb28a5cb5529b53621a2411ded30994b3636a1c6 1,319 1.00/1.00 vMB 152
475,332 475,332 000000000000000000581792d2dd9eb92c1885fc89e823b623f8cc095bfad3b1 2,062 1.00/1.00 vMB 87
475,331 475,331 000000000000000000e718c6946c747e51cd625c1bf170b7d442d5d7afe213c8 1,815 1.00/1.00 vMB 214
475,330 475,330 00000000000000000013d41c474f03bd66dc2339255c2ccc11a23c9764a497cb 1,812 1.00/1.00 vMB 286
475,329 475,329 000000000000000000424b6d47b7ad468dcf75ee1c0b4755b2c1db8e8b7527c4 1,418 1.00/1.00 vMB 61
475,328 475,328 0000000000000000011689f449b91ba58097e47a63e9dbfa09811533a0546d64 2,238 1.00/1.00 vMB 177
475,327 475,327 0000000000000000002f8997400b5b57dc91e0b68d890899d0022bef4013d54c 1,132 0.58/1.00 vMB 132
475,326 475,326 000000000000000000c41f4724626d2d2b5874ca480c11640cc079eb51c4a530 1,465 1.00/1.00 vMB 98
475,325 475,325 00000000000000000085e14c50c0041196ebf68884fc963ca5788e6d44142a5d 817 1.00/1.00 vMB 51
475,324 475,324 000000000000000000fc70988a7d93b0baf351ecf0a07d9782471bad087be429 762 1.00/1.00 vMB 48
475,323 475,323 000000000000000000616416f225ed9b818520d19b13cce95cb2e71d308359fb 1,760 1.00/1.00 vMB 75
475,322 475,322 00000000000000000187e55d83cd7d7b87027ebff90f5a8287bcd84ef6738e9d 1,753 1.00/1.00 vMB 43
475,321 475,321 00000000000000000017ef6d07f1ffb5fd23533e8e1081d24601a5e47f8f1589 1,966 1.00/1.00 vMB 231
475,320 475,320 0000000000000000012a5338e007a109fdbaa46e3fad108d8a2f1f1dcb3f6446 2,159 1.00/1.00 vMB 68
475,319 475,319 000000000000000000746bcc20463036af6deb09931d78fbd02546042b80f1d1 1,733 1.00/1.00 vMB 130
475,318 475,318 00000000000000000121c2bd67ada3ebfaaa9b30bd01d0e71a4e52695a7ef938 2,594 1.00/1.00 vMB 255
475,317 475,317 00000000000000000087f9737e8022e5ae5d91bdbfe35132d6dd7272d688760a 2,537 1.00/1.00 vMB 48
475,316 475,316 0000000000000000004c65981edc26edc833ecc96c250e1448d35d4306aea1cf 1,921 1.00/1.00 vMB 95
475,315 475,315 000000000000000000cf682717ead7016746017175a798ca87f70776fb113a15 2,743 1.00/1.00 vMB 258
475,314 475,314 000000000000000001884c83c7f33ce501ed2bdba6c67978c6a3ec23a6b7a4ae 2,023 1.00/1.00 vMB 106
475,313 475,313 000000000000000000203baa323463bfb27a3b85fde72d30db9921983b812834 1,340 0.69/1.00 vMB 217
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.