Loading Tool

Explorer IconExplorer

Memory Pool

82,721 transactions
30.91 vMB
0.09015197 BTC
Random Selection Loading Transactions
Max Size: 189.05/200 MB

Candidate Block

Mining Attempt f369ede134b2e3f90a5b282aaa93825b102b709018c1a70e534270cedfefb222
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 992a0028401487fec9228ccd7d7dca5d2e16f232dafeaecb82f67e7e89cdb542
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,267
Size: 1.00 vMB
Total Fees: 0.01926203 BTC
Feerates: 114.09 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (72,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,608 842,608 00000000000000000002a52f51289d5ba9cfa61dc924a0108c7b3c99d5ca798f 5,101 1.00/1.00 vMB 16
842,607 842,607 00000000000000000001393a30e5462caa18352e8d8cfd83ea06abb0b713126e 3,189 1.00/1.00 vMB 29
842,606 842,606 00000000000000000001a17445d27a871fe05195488c2d4b4019b187a78266e0 4,271 1.00/1.00 vMB 19
842,605 842,605 000000000000000000025599670de3155960563f42d55505cdf090857f00bb1a 5,204 1.00/1.00 vMB 14
842,604 842,604 00000000000000000002a37319f8b8e36aa65104de0aefcb7c43299bcbdadd48 4,386 1.00/1.00 vMB 16
842,603 842,603 00000000000000000002dbee5ca06a7ec36c126a144e5e2c67de6e1e69ce87f5 2,855 1.00/1.00 vMB 25
842,602 842,602 000000000000000000020cfd26d19bf31c3c2e27f6ccdd923f46c861150b1a04 2,714 1.00/1.00 vMB 22
842,601 842,601 00000000000000000002993fb7b7ec50dc66d3da6f49688d8894cc9e61238857 3,734 1.00/1.00 vMB 26
842,600 842,600 00000000000000000000c76f4f6082b0e3cd155dbdc5b248d01bdd6f6afc0983 3,462 1.00/1.00 vMB 25
842,599 842,599 000000000000000000031e8e7cd16f3e043cb27225c39407e820ae2280bbb910 3,023 1.00/1.00 vMB 37
842,598 842,598 000000000000000000014dfa3da3fc1529faa9e85494def45d88394af5e8d164 5,202 1.00/1.00 vMB 17
842,597 842,597 000000000000000000029e048cfd4e9d2a8a56af51ded4c7016466b3bc820a17 6,240 1.00/1.00 vMB 15
842,596 842,596 000000000000000000006bec19bd558c314e9b7e320c917d779922710033740c 5,072 1.00/1.00 vMB 18
842,595 842,595 000000000000000000003ad7d00177a9ad00c3fdc3f4daa2db8cb024f9aad95d 6,371 1.00/1.00 vMB 14
842,594 842,594 000000000000000000031f2ce0096211073f98869b669af5fda8d0a0696cce68 2,794 1.00/1.00 vMB 15
842,593 842,593 000000000000000000027dc432a4b670bd77e27182c756f8de840b3e8837e3b4 2,121 1.00/1.00 vMB 17
842,592 842,592 0000000000000000000201e0f278697d9653e093ca88e7c22650b6433a73cce3 1,751 1.00/1.00 vMB 15
842,591 842,591 000000000000000000025ad8521768a15573080c54d83ea250d48df226d16e5a 4,813 1.00/1.00 vMB 17
842,590 842,590 000000000000000000000b079a1c6d683ba83341c21f87c330ed2ec20fc4a4df 2,525 1.00/1.00 vMB 39
842,589 842,589 00000000000000000000bb49c506e40ab87170d43905efedf06b3f3583d4f922 3,294 1.00/1.00 vMB 15
842,588 842,588 0000000000000000000237abf3ea960366fb5e5cd7a797bd095c306cc011b9c4 4,223 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.02 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.