Loading Tool

Explorer IconExplorer

Memory Pool

84,963 transactions
31.86 vMB
0.16829204 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt e093f6c33d93ca3c313093510d9594796841c4919b4eacd12492ae848b9f2eb3
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 4b49a2d9ee49889a6838d5c33e8afa1fb7bdff1f6af9f782c8d71c9391b8d518
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,000
Size: 1.00 vMB
Total Fees: 0.05337032 BTC
Feerates: 402.75 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (815,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,023 100,023 00000000000312898e26cb51835023f518ca1e3a0fccb3c478757d4d37500dee 1 0.00/1.00 vMB 0
100,022 100,022 0000000000007bd5c5b20698ad12c7c865d0a50c970e186adf4023a4df17b0cb 13 0.00/1.00 vMB 0
100,021 100,021 000000000003c6dd112801db9a996a64d0fdee2c0d394732dc357b6b4499aef1 12 0.00/1.00 vMB 0
100,020 100,020 0000000000016a203fb7f94fd41858874b9317a1a3cdcf5b7c6d732e5cf0b1c4 1 0.00/1.00 vMB 0
100,019 100,019 000000000003ca54c73e6b24b46d96bcd474e3e442c0c38e25eb5a9d522db6f1 1 0.00/1.00 vMB 0
100,018 100,018 000000000001abd4407c56e05e3a89473a694ff4be5d296a9d80b44144543afa 5 0.00/1.00 vMB 0
100,017 100,017 000000000000188cc1d8c256e867dc0a65d778896485559e9ed80879e51d894d 2 0.00/1.00 vMB 0
100,016 100,016 000000000003efeef4544a7b1413043525e3d6eda3b632fa57e4a8daf101799a 2 0.00/1.00 vMB 0
100,015 100,015 000000000001b5e43620b8cd12245352cecbcdb56c66e44997adcea1705da5fd 1 0.00/1.00 vMB 0
100,014 100,014 000000000000b731f2eef9e8c63173adfb07e41bd53eb0ef0a6b720d6cb6dea4 7 0.00/1.00 vMB 0
100,013 100,013 0000000000016780c81d42b7eff86974c36f5ae026e8662a4393a7f39c86bb82 2 0.00/1.00 vMB 0
100,012 100,012 000000000001a7246d9e15004de43bdc365aceef6bc349da97968829e2da2b66 6 0.00/1.00 vMB 0
100,011 100,011 000000000003b7668ee500a16c728f19b7289467ec1bb879043ca62ca51bce66 12 0.00/1.00 vMB 0
100,010 100,010 000000000003eaeb80590d76856f7f9d6c2aeb691a6c0cba747d5b523d20b0f2 14 0.00/1.00 vMB 0
100,009 100,009 000000000000ca5e71b18c40edbf3543d52d4cbb55b942282531b978d9d08138 2 0.00/1.00 vMB 0
100,008 100,008 000000000002dfb177c4acd494b3dd73b9abece24df11c62bb614a8c6c5665e2 2 0.00/1.00 vMB 0
100,007 100,007 000000000001231790a360a0df4ee75cd03f4e0dcb54e66a693c64e021319c9b 1 0.00/1.00 vMB 0
100,006 100,006 0000000000009b958a82c10804bd667722799cc3b457bc061cd4b7779110cd60 1 0.00/1.00 vMB 0
100,005 100,005 000000000000dab0130bbcc991d3d7ae6b81aa6f50a798888dfe62337458dc45 1 0.00/1.00 vMB 0
100,004 100,004 000000000000b0b8b4e8105d62300d63c8ec1a1df0af1c2cdbd943b156a8cd79 6 0.00/1.00 vMB 0
100,003 100,003 000000000002a0a74129007b1481d498d0ff29725e9f403837d517683abac5e1 12 0.00/1.00 vMB 0
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.66 GB
    • Received: 16.30 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.