Loading Tool

Explorer IconExplorer

Memory Pool

66,973 transactions
21.81 vMB
0.13632488 BTC
Random Selection Loading Transactions
Max Size: 133.75/200 MB

Candidate Block

Mining Attempt b619468819aa32c4b2636094eef326575c62bde0f3d406d532d43cda1123637c
Version 20000000
Previous Block 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2
Merkle Root 1fe3a4a6d2f2412172a2a1192ca55dc31161ff8b396eac263992f6de17766741
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,566
Size: 1.00 vMB
Total Fees: 0.05472487 BTC
Feerates: 795.20 > 5.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,824 (906,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,866 8,866 00000000a308ba489aaf461365217e4ad97a38292c469a97fa34a0fd6b34e6a8 1 0.00/1.00 vMB 0
8,865 8,865 00000000b56a4f049ebbc4313090723ee73235accbb5dc53b72aa61a13b7b35d 1 0.00/1.00 vMB 0
8,864 8,864 00000000005ba4f850d0c3bc74a4bcdfa33f72f6becf62276b3a61f1e7ae9207 1 0.00/1.00 vMB 0
8,863 8,863 000000006028fb1be3a7474c94ea83f10905478030457415eb7470f06f007dbd 1 0.00/1.00 vMB 0
8,862 8,862 0000000062d3153a7f3a61ba5d7e94af4f2f297f69c8613b8b088125b57e1221 1 0.00/1.00 vMB 0
8,861 8,861 00000000341cd13c5f45a36e832f66c2f6692d1aa1e7ef12f61aa326fbab6b42 1 0.00/1.00 vMB 0
8,860 8,860 0000000057a7e9fdd3568d83a3055f74d3f38934c5da5acb7924a495223915ad 1 0.00/1.00 vMB 0
8,859 8,859 000000001ba3e0220bbdd8e7e5ad80e28db57c2ccd798346aac2a0114c8207cb 1 0.00/1.00 vMB 0
8,858 8,858 00000000cd66bd84669273514028f8c9eb023995cab7459de85f3e252fa45332 1 0.00/1.00 vMB 0
8,857 8,857 000000009170777e5c4bca070011b170128efb51a85367238c42dc78906d2323 1 0.00/1.00 vMB 0
8,856 8,856 000000002a78858548881c706490263d3f4617df7dbdd39502c19b7c582a6597 1 0.00/1.00 vMB 0
8,855 8,855 00000000ed919f563c4b59e27f259cd5a182d2d6900ce8d7857c13ce376ba03b 1 0.00/1.00 vMB 0
8,854 8,854 00000000898a59183886bb5cf95be8216046c6e66579fb9acbbaa7c1918cc269 1 0.00/1.00 vMB 0
8,853 8,853 00000000c6d6af57f7f6934b27f90bb8d1211e66b78e7c6dd7b572afed7dbc40 1 0.00/1.00 vMB 0
8,852 8,852 000000001a1bfbfab9b684c23501319175661d4a403e0b76dedf5b051a6713e9 1 0.00/1.00 vMB 0
8,851 8,851 00000000f8e67ddf74edec45187d3fe67ba61a0d825ab61495d6a6b5533819f7 1 0.00/1.00 vMB 0
8,850 8,850 000000002bcdd927667a8a705239465c576bb36a0536e89065f590d4b8fd5805 1 0.00/1.00 vMB 0
8,849 8,849 00000000687ca9214565a6c72ef64eb18e4f8409f5fe1c8c8d512793272abf48 1 0.00/1.00 vMB 0
8,848 8,848 00000000121d44b620340776446d40875d4874643013dc1a3ff72d7090d16331 1 0.00/1.00 vMB 0
8,847 8,847 00000000b3a76f808acd2cbacce2616e383b6ae2b513078cc8da91bf9aa17411 1 0.00/1.00 vMB 0
8,846 8,846 00000000c5894fa81da0f057d7b4ca5116093140b5d876f54c6d428e4dd21c16 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.80 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: 788.09 GB
    • Received: 21.73 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.