Loading Tool

Explorer IconExplorer

Memory Pool

41,154 transactions
26.21 vMB
0.05557693 BTC
Random Selection Loading Transactions
Max Size: 136.99/200 MB

Candidate Block

Mining Attempt 7a6b5dc824318492a9aa457cad26f535295b23c58af42a96ee476a75d0cb668d
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root c66b93cbb97c49ed19328b80f8acd2d2b40a5ffcd0bde8b34dd6d2c3e29e0cfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,137
Size: 1.00 vMB
Total Fees: 0.00767823 BTC
Feerates: 477.45 > 0.77 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (337,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,999 576,999 0000000000000000000f75ee3bcc1f305015b2977638ac834e568992320db5cd 2,115 1.00/1.00 vMB 97
576,998 576,998 00000000000000000024f788a40b308dff37f123a5313c1533a956776df30e20 2,505 1.00/1.00 vMB 62
576,997 576,997 00000000000000000029748cccd6915b44b1ff431738bb56180c1205790ef930 2,895 1.00/1.00 vMB 101
576,996 576,996 0000000000000000001cc7d039d73f8c4932e3f1ef1f4056f93638ea1af35018 3,124 1.00/1.00 vMB 213
576,995 576,995 000000000000000000075fbbb6269c0ddca12efaadcc5754407a98f2072e5834 2,843 1.00/1.00 vMB 96
576,994 576,994 000000000000000000165a88eef78362d0cfbd1362c3d9e087f5bc493d62d8a9 1,752 1.00/1.00 vMB 127
576,993 576,993 00000000000000000007c9eb5d38cc5954f64ba9dff7a7090cdf0f599fde43a7 1,571 1.00/1.00 vMB 147
576,992 576,992 00000000000000000010582b25bd077492ef714d0684cba9e01aefb31a278e98 3,206 1.00/1.00 vMB 174
576,991 576,991 000000000000000000141688aac2f0da13de43612e683666593b6e6a1afe7faf 2,544 1.00/1.00 vMB 171
576,990 576,990 000000000000000000068f65d856537fd11a1382b9dd70652a08f07801e313b2 2,909 1.00/1.00 vMB 183
576,989 576,989 0000000000000000000deb88afb94b09f0ec8c06e59ef20ed713c13e43c19a23 2,750 1.00/1.00 vMB 89
576,988 576,988 00000000000000000027d4e406d4454326c953f58e8d62a7b7eaa19eb95c349c 2,855 1.00/1.00 vMB 186
576,987 576,987 0000000000000000001aeff5a75733391034c72575cde815ef17f8c2193a498f 2,824 1.00/1.00 vMB 86
576,986 576,986 00000000000000000024993fc068681546fbff18b7fc8c461b7f5f3ffc6f8e6c 2,569 1.00/1.00 vMB 145
576,985 576,985 00000000000000000019dd22a9864d486baa024955c43a31d8bef63e60ee8191 3,087 1.00/1.00 vMB 164
576,984 576,984 00000000000000000008c312741593637398eeb2e7931bb2388b65ff3b4b0edd 3,220 1.00/1.00 vMB 102
576,983 576,983 0000000000000000000dfe72c2dfb206090bfc6dd79331e6971a9adf5be83ca2 3,041 1.00/1.00 vMB 148
576,982 576,982 00000000000000000001596648b1a4d987d4cfaa6f84ffc98f1b5bdcd0dfb42a 3,142 1.00/1.00 vMB 181
576,981 576,981 00000000000000000024e5626fd9fd6eaafb97a8ef0c39e250133ee45dd27a8a 2,632 1.00/1.00 vMB 127
576,980 576,980 00000000000000000008fe415da01df7c1126013c2ba2833d0bf0b8df24f6bce 3,377 1.00/1.00 vMB 148
576,979 576,979 00000000000000000028194aebb09dee408eccad631bb5d41ca01e4e8cb7394a 3,185 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 781.90 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: 645.45 GB
    • Received: 12.73 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.