Loading Tool

Explorer IconExplorer

Memory Pool

49,333 transactions
28.49 vMB
0.13937425 BTC
Random Selection Loading Transactions
Max Size: 152.37/200 MB

Candidate Block

Mining Attempt e1aa5a5053fd73a16bf96a2aaa2068accd855855e8b0227c8e3d63cc8dd26c2b
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 7a2981052059d82db915b1a8f0e41f78dc0889be6c4ada0f7864f39db50c2cde
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.08259561 BTC
Feerates: 301.05 > 8.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (62,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,570 852,570 000000000000000000001a5c00c0264e9021cd9f452e95e6a95b203cedf0c0ec 5,492 1.00/1.00 vMB 11
852,569 852,569 00000000000000000001590dffb681b9260facec58db04a47b32a75a63fc11c7 6,176 1.00/1.00 vMB 4
852,568 852,568 00000000000000000001283658ea24179766c213aaf27b1752425d585718bcca 2,370 1.00/1.00 vMB 8
852,567 852,567 000000000000000000019edd1ea199346332cb8baffd8b5328e13ef217995568 4,671 1.00/1.00 vMB 6
852,566 852,566 000000000000000000027f75965fe91e380a2b40717d47445cb8cb92286d805f 2,644 1.00/1.00 vMB 8
852,565 852,565 000000000000000000003005a44b33957fab53c062304de8830845c28c3cc6ba 6,770 1.00/1.00 vMB 4
852,564 852,564 0000000000000000000283216a8e88ec9fba191f5e9028d44542ce6dae92ba99 4,439 1.00/1.00 vMB 7
852,563 852,563 00000000000000000000db5e3d2fe4ad8cb02bebfe910d97db56279f23d916c7 5,101 1.00/1.00 vMB 5
852,562 852,562 0000000000000000000183a532cff0489d22af6fd61a3ab90925043b99eef40f 4,460 1.00/1.00 vMB 7
852,561 852,561 00000000000000000003383df42e4a73c49e5e10159a2284b280fb731eeb2e11 3,608 1.00/1.00 vMB 8
852,560 852,560 000000000000000000004fdf2c40b1d12fb3ce18d066c99091c17b1801d48d53 4,172 1.00/1.00 vMB 10
852,559 852,559 000000000000000000020001b906336a504e0a28ec222bc3c617ffe445dc3b28 2,943 1.00/1.00 vMB 4
852,558 852,558 000000000000000000020b14a8bb4fa16f10265cf6015e5f46d62b8e8e0642b5 4,651 1.00/1.00 vMB 7
852,557 852,557 0000000000000000000313898d8cc5f5865e2d160ef4dc577cabc9ef31419fec 3,698 1.00/1.00 vMB 6
852,556 852,556 00000000000000000001212b9598c2a908c62eb6a983b7fee5f769fb882213f2 2,540 1.00/1.00 vMB 4
852,555 852,555 00000000000000000002bc4c3cb3dcde16b073e6135047e0b2a7e830b1035006 6,268 1.00/1.00 vMB 5
852,554 852,554 00000000000000000001e3775acb2aabf2680120061678842c49c48baacec3ab 4,636 1.00/1.00 vMB 6
852,553 852,553 000000000000000000034a9dab3bbc046a496bfc3f5f0e15a1fdb8d8d6a60503 4,425 1.00/1.00 vMB 6
852,552 852,552 0000000000000000000102711fa7ad2d0e6ad60a4d0c19bf92a8e43299f2685a 3,775 1.00/1.00 vMB 6
852,551 852,551 00000000000000000001c020a00e064602a269adbb905aedf7c423c0985023c8 4,417 1.00/1.00 vMB 7
852,550 852,550 00000000000000000001a17e8ce7f50babb9ffa7383d737dc01ae5132649da14 5,155 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.