Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

881 transactions (0.25 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,609 000000000000000000022cb30000000000000000000000000000000000000000 0.24 vMB 865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,608 (895,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,290 15,290 00000000fee2b9a380036b85a16ed4180964ca29b1177482ebdcb81f7325c1f8 0.00 MB 1 0
15,289 15,289 00000000bdaf3e27756b7414017d8d9fbf7e16901d090040063cddb65015ca96 0.00 MB 1 0
15,288 15,288 00000000efb8fe6976129a27fb81701bf19f8177ab657eec47e7a22e058fc76a 0.00 MB 1 0
15,287 15,287 0000000057b67a6eaf875e81a2efb8588987c2ced944b2096a915bfd1b0c9c50 0.00 MB 1 0
15,286 15,286 0000000014b9a49043bfed3ca28d2730cc1c2cee7ba0734ec1ca5df06f463b97 0.00 MB 1 0
15,285 15,285 000000000dd8d3297feaef8773fcfbab0d649c05337debb87d100e9ec1794544 0.00 MB 1 0
15,284 15,284 00000000269dbc785d4d80f7fe51b53080ba1ce65902e0a2d8638a785f955bf3 0.00 MB 1 0
15,283 15,283 000000008fc38fadebc2182ca44be031be5f5db672b2b49b1be205765e3c926b 0.00 MB 1 0
15,282 15,282 00000000ccc7f66e18cc824e91539bf947215b1a64584e7ad8621de3bb37a1f2 0.00 MB 1 0
15,281 15,281 00000000ada3680d72c5b55df8dbbe72bc8a6566e08931f00c40a0ba31a1d81f 0.00 MB 1 0
15,280 15,280 000000000c0fcaecd0ef9559301a9e7be26e4a056de5558448cf8df590c2a3b2 0.00 MB 1 0
15,279 15,279 0000000093882851a5d634a47fd12e401991577f6581820561cfb708e4c5f8fa 0.00 MB 1 0
15,278 15,278 00000000518e87f36be606801964caa691b09930ab578e70ac5e4ef277c6ee18 0.00 MB 1 0
15,277 15,277 000000005e840a51c76b04dd871ff8708c71483a83e393849395cb6ee0fc445d 0.00 MB 1 0
15,276 15,276 00000000f23ecb2dd1826b64c7540a7378904b86b6c2b590c7ba65416c1e7d34 0.00 MB 1 0
15,275 15,275 00000000e1697ca7b5609136773f9620d5b3c6f8b71929d7a7dd3c57c552d722 0.00 MB 1 0
15,274 15,274 000000000b07f0244d9c97ef3f5fb7cb85cadffba5107351a46869b8ce35c2f3 0.00 MB 1 0
15,273 15,273 00000000693a5bc0579a313edaf867a66a2d4ce234a0b6e35b74f06212b0e030 0.00 MB 1 0
15,272 15,272 00000000dc0b909ccf80089ca4dc9312c566e949ad007fd098ca0a5e41fac056 0.00 MB 1 0
15,271 15,271 00000000cff7c66bccea8059ab9bd77d0105830378dd6917b9e368fecfa27671 0.00 MB 1 0
15,270 15,270 00000000406d2cc735a28768283694d5792e2b39c2bdb7eb491e42390421c701 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,256.36 GB sent, 121.04 GB received

Notes

  • This page updates every 5 seconds.
  • 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.