Loading Tool

Explorer IconExplorer

Memory Pool

13,870 transactions
2.55 vMB
0.00902318 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.76/200 MB

Candidate Block

Mining Attempt e9d6bdd84c0aa1d567b52ce030dece4595b1b42d22e0d2b6e96b7a0ac037829a
Version 20000000
Previous Block 0000000000000000000113d7f859536e2df3cfa4c55255de60dcecb96625972f
Merkle Root 55ad2515413f7a9c1bd17f35b80a6f657e17b7cbbfd57d5f8ecfb33e9cb62d57
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 371
Size: 0.09 vMB
Total Fees: 0.00287329 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,858 (641,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,865 270,865 000000000000000145c9807f377d8262615c6edca9952f3f953415bffcd96733 0.15 MB 296 23
270,864 270,864 0000000000000000f3caacb5032f483f7cc687c5428f701b879eebbefb151cc2 0.39 MB 840 61
270,863 270,863 0000000000000002133cf1edc129d37603f8c8825662be7d39a504a4b8243832 0.31 MB 565 46
270,862 270,862 000000000000000155fee10af96f1d73023fb6c0b3120996bf9eea02ec0f9389 0.35 MB 650 36
270,861 270,861 000000000000000516e08cf79d0ff19935b6949552990a511478dbd897bce339 0.15 MB 233 38
270,860 270,860 00000000000000020b38eb7171e2d09892dd140e8d14d096a2d3336c42a39650 0.15 MB 137 23
270,859 270,859 0000000000000000b134dea7222e371e35ccc297dee1cf6775b970950495f40e 0.15 MB 255 61
270,858 270,858 000000000000000400b5a4fa625c71d381158fe3f7ecbc66087f1982f70a0373 0.07 MB 126 36
270,857 270,857 000000000000000335d03263d099254bc6d3dc7a07de527c0567504ce2139abf 0.15 MB 154 18
270,856 270,856 0000000000000003007bd96a6543b8126f4e394ecdff4375bc4adc37784e2d3c 0.15 MB 331 49
270,855 270,855 0000000000000004d1df711fa623f34b6b5a4dd939f9186dfba26623b6d9aec9 0.35 MB 331 18
270,854 270,854 00000000000000033111af4cec4bda68d2367289e022b3c002cfe66d2937f1a3 0.25 MB 424 60
270,853 270,853 00000000000000056d3f5670977fa9c949bb9bce9b2f117e19ae5c44f7438c30 0.25 MB 500 81
270,852 270,852 0000000000000005189a233427ea5219eaa1d34c1ed5383fac5c031e3ab1e3fe 0.15 MB 127 10
270,851 270,851 0000000000000000536425706847395378b7e569caf07caea7faa6f94b81770b 0.15 MB 179 25
270,850 270,850 000000000000000401964e1c6b8ae7a5e3e97fe43f0f5b626129046f39b863e1 0.25 MB 522 30
270,849 270,849 0000000000000000e84074e5100a17c1d1be4cb2128accb583271c1200a9a87e 0.04 MB 95 82
270,848 270,848 000000000000000348c16643507c7aea962c52dd5c83b189a413cff1743dc5dc 0.25 MB 685 95
270,847 270,847 00000000000000057ff936665ba1f110c93e12838cf3ec99d4d972588ca2911a 0.05 MB 77 17
270,846 270,846 000000000000000529fa2186fbd0d83cd5cb9aecfe2f8ac8c01789f2c944c5a9 0.15 MB 103 9
270,845 270,845 0000000000000000227043d61aeb58500101d21aa997a0ff777373ff4f55b14e 0.23 MB 368 21
Previous 10 blocks ↓
Total Size: 778.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 107
    • Outgoing: 10
  • Data Transfer:
    • Sent: 206.72 GB
    • Received: 2.20 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.