Loading Tool

Explorer IconExplorer

Memory Pool

18,641 transactions
23.78 vMB
0.05412428 BTC
Random Selection Loading Transactions
Max Size: 111.49/200 MB

Candidate Block

Mining Attempt 77ac49e919fd4784a1a7f33f5cfe3554e4b714719882b54bce1601652b705305
Version 20000000
Previous Block 000000000000000000002f40e0b9cfa776f49c63ee817fe9dd4c3fd293e39dc6
Merkle Root 99edda9820146b02123ac6698295dc84d47b4a9d1c1014300edaded3c5e9e1b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,372
Size: 1.00 vMB
Total Fees: 0.01223538 BTC
Feerates: 294.77 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,298 (862,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,190 52,190 000000001ba32f4e567d89f878f9e76c5875001f887d3849d15fe821c70a697a 1 0.00/1.00 vMB 0
52,189 52,189 000000001dbbf5927ea6de94bb813007a93f265e050edb837ad43974c1834413 1 0.00/1.00 vMB 0
52,188 52,188 000000001346afaf8d634b4ba4876c4190a7957a67ba83d85236ca8d2d24d8cc 1 0.00/1.00 vMB 0
52,187 52,187 000000001e910f691343eb8c25dd286bb01cb910fbaf7256c06a358a4ba7a480 1 0.00/1.00 vMB 0
52,186 52,186 000000001ed3466c36ca31a78657e461560e2e7fb33b4c03f7e07d5e988a2c5b 1 0.00/1.00 vMB 0
52,185 52,185 00000000008a78a1ae0dbf8871b7f962912d75518084fcd59fc4af06cd251a79 1 0.00/1.00 vMB 0
52,184 52,184 0000000005b23be072972b77eca47f5ba7af515ecb32abffb2a11bba0de675b5 1 0.00/1.00 vMB 0
52,183 52,183 00000000120a0772d1cdb3fe7fc9cf1942050c684e1e860f2fe8ac334420bbe6 1 0.00/1.00 vMB 0
52,182 52,182 0000000001367fdbf6803d20a8d612f400e1d5ee164f91d692bbd04206c50787 1 0.00/1.00 vMB 0
52,181 52,181 0000000007750a288b1eb126ddfa9fa2180b2142c2613e35172f73a0441f22f5 1 0.00/1.00 vMB 0
52,180 52,180 000000000ee26996ceea6808c8fd2206c749c2f31ac5d1d340e48ead5439a096 1 0.00/1.00 vMB 0
52,179 52,179 000000000146c18453d00553a46b2c065ee01f04df764be7ad0992ce364bd2e3 1 0.00/1.00 vMB 0
52,178 52,178 0000000012d2d2df85ae17aad6e93f74e0ed673b70c544b009c4a9a406074dc1 1 0.00/1.00 vMB 0
52,177 52,177 0000000011b4440e41e182d208a4280d07178852c07c7f9e8585b1d2b7cd9c84 1 0.00/1.00 vMB 0
52,176 52,176 0000000020531af2a3a4feb1d4036dbbbbf5293aae20265ceb917ba13abcee2a 1 0.00/1.00 vMB 0
52,175 52,175 000000000b0ec9fc8c72eb63a9275173e040c325094048044af4946c256e17c5 1 0.00/1.00 vMB 0
52,174 52,174 00000000121523bb0ea27f5006ae5127bd2ff6b9b532ae741277cfb6d7a1c773 1 0.00/1.00 vMB 0
52,173 52,173 000000000e228de8023a22864b839c97c354ad88d72d799aa41a7122883b4c45 2 0.00/1.00 vMB 0
52,172 52,172 000000000c1edbe0d069b7238997cae3a661e6e42c993042b31d58be2b91e814 1 0.00/1.00 vMB 0
52,171 52,171 000000001d3a541c0ac16107e4c0608379efdaa899b473d4c6d951f84f609632 1 0.00/1.00 vMB 0
52,170 52,170 000000001b58d0f4c4e50acb68d3ca83c5c511d7b88e75d45dc0ea4bc522ea7e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.53 GB
    • Received: 8.96 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.