Loading Tool

Explorer IconExplorer

Memory Pool

49,247 transactions
28.47 vMB
0.13899948 BTC
Random Selection Loading Transactions
Max Size: 152.25/200 MB

Candidate Block

Mining Attempt 38748e5dd2647c8668ea59ec108ecba37752659972c6192d898d564d57d2d6d5
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root bc4453380da6a2abdc861e4ea601d6fab993d459eed24b58c9863f4a4b6a2470
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,347
Size: 1.00 vMB
Total Fees: 0.08233685 BTC
Feerates: 301.05 > 8.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (62,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
852,549 852,549 0000000000000000000212f2e8d7c93ce588a2414e6d99fab75da8005cb28f8e 4,184 1.00/1.00 vMB 9
852,548 852,548 000000000000000000010b66e7a6881a04a083db41cbf71de660a84242e5cc55 6,071 1.00/1.00 vMB 8
852,547 852,547 0000000000000000000282ab30408ab93bc6916812a76b3f6cb8f7cde2a8fa13 5,559 1.00/1.00 vMB 10
852,546 852,546 000000000000000000027d048a920f3c4fdc32adeb7cb05abd34f479ecdaa387 5,466 1.00/1.00 vMB 10
852,545 852,545 000000000000000000034995b3d35ac5d65982f5b6e688b09bc7f74f8cf01d6a 2,656 1.00/1.00 vMB 9
852,544 852,544 00000000000000000001359ca0e0d40b71b400d56112cab4db636d6d2c111c6e 3,593 1.00/1.00 vMB 5
852,543 852,543 000000000000000000001e3c7ef1955243634f08e2ac909dbf07ebd1b4656c8b 525 1.00/1.00 vMB 4
852,542 852,542 00000000000000000001b3348b82db92bccd2f81eaf9774aa00ae1ab141d57fb 4,094 1.00/1.00 vMB 6
852,541 852,541 00000000000000000000f8f250c5923305fee506e5ada1f5827a8c9bf1894dcb 5,856 1.00/1.00 vMB 5
852,540 852,540 000000000000000000037e612bd00f60a17ae83a6870098f53a351b6c5278c60 5,687 1.00/1.00 vMB 5
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.