Loading Tool

Explorer IconExplorer

Memory Pool

87,547 transactions
32.86 vMB
0.13769430 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt 349847c6d4f8c5d99f9b30ad0de698c78028f041099bcbc06db7526d41f1daf2
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root b41bf640f13ffd525c504d66f3bb50e9c3697cbc6654e47d72ffaf518a105912
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,981
Size: 1.00 vMB
Total Fees: 0.05016258 BTC
Feerates: 300.16 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (402,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,641 512,641 00000000000000000024b752648d25cca197175df357b3f8ceb0130d4b7aec80 2,158 1.00/1.00 vMB 8
512,640 512,640 000000000000000000518780dfd5815e6d332254600b534b0cebf39efd524684 2,890 1.00/1.00 vMB 26
512,639 512,639 00000000000000000040d7af8f552efa6d5ce71da9fbe80d0d60635904ab2d75 3,837 1.00/1.00 vMB 101
512,638 512,638 000000000000000000169924ba354fa2f671e6ece9176c2c12236c491c8cff75 2,056 1.00/1.00 vMB 196
512,637 512,637 000000000000000000396ebd4cd96d97717c131b91247effa0471c8919ee0a08 3,083 1.00/1.00 vMB 18
512,636 512,636 0000000000000000000a7b13cfbecbc3ca3e5ffef1c2e519ed68e57df93f7645 2,189 1.00/1.00 vMB 51
512,635 512,635 000000000000000000057a3f8b04b8a2d1bfb3e5ce79c85e140b7be6c5a4ef7b 497 1.00/1.00 vMB 6
512,634 512,634 00000000000000000014d86577e8cbb30a6f72df441cc63ca1b6f941a7657ac1 1,160 1.00/1.00 vMB 15
512,633 512,633 0000000000000000000ad596f7c0277c88368715edcfe2bf6355285ae45e08da 711 1.00/1.00 vMB 11
512,632 512,632 0000000000000000000be7f1b24fa7dd04eab7cecc2a15aca442906877a51a31 1,200 1.00/1.00 vMB 6
512,631 512,631 0000000000000000002bae5eb4d6077337aaa624d744b7ef7a4af4756cd495f6 2,509 1.00/1.00 vMB 40
512,630 512,630 00000000000000000025843b245fc7e60cda15a58f7c801ea16f19ba35130052 1,364 0.48/1.00 vMB 39
512,629 512,629 0000000000000000003707c4448e5bfa732de34bd53f0b5b2d3a1ff41a41dabf 324 1.00/1.00 vMB 3
512,628 512,628 0000000000000000001bbf171cb13fe1a4e622d0c04d3eabd3ce76f2ddcffdb1 586 1.00/1.00 vMB 8
512,627 512,627 0000000000000000003939cc02a82fb135c35af84f0ad016c2b06de97af2e02f 524 1.00/1.00 vMB 11
512,626 512,626 00000000000000000032e35190efef291bf7828c44027c67a030fbc483fc624e 128 1.00/1.00 vMB 1
512,625 512,625 0000000000000000000f5bda1f7aa355252030aea8b3fb418f986fe1de9f47c5 2,626 1.00/1.00 vMB 29
512,624 512,624 0000000000000000004edf56cbcf5e7ac7336800c8c6d91f7686abac23faddac 380 1.00/1.00 vMB 4
512,623 512,623 00000000000000000000aa128dfd9c118d8daa58cc9a187e3b924c021d4313ac 166 1.00/1.00 vMB 2
512,622 512,622 00000000000000000038a5b044f3db9bc68a663778b63c049e7d21717b71ef9f 2,156 1.00/1.00 vMB 32
512,621 512,621 0000000000000000002f6b01b191b75952cfbc67c9111c79a6ab3b0e9647215e 218 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.