Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,603 transactions (0.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,978 000000000000000000022cb30000000000000000000000000000000000000000 0.59 vMB 1,594 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,977 (883,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,836 27,836 00000000b5593179b0809b4601cad3942a7104867269b577f5efa07e5a0a3d2c 0.00 MB 1 0
27,835 27,835 00000000d7e3d8718b9fea2ce1098f2dd57ff1cc259bc2ce1fff3675487c7574 0.00 MB 1 0
27,834 27,834 000000001eb37bb2e8b3b06535d941dbdc6455895efb9581dbc26e4ab5319717 0.00 MB 1 0
27,833 27,833 000000006978e2e521922870b166be55782260ea945802f9ae4bc49b5e5a9488 0.00 MB 1 0
27,832 27,832 000000001658646c2bf7a1be0c1daf80373868f8b1e7fe88a48716a61b1f40d1 0.00 MB 1 0
27,831 27,831 00000000e19f02050e9f76eb5e703ec58fc5ab9d97b86aa57635f494cd0df0b9 0.00 MB 1 0
27,830 27,830 0000000023dcd9fe26953ec0a3e82796fb26cd9c878dbd8797e5d4df3e6d518f 0.00 MB 1 0
27,829 27,829 000000006fd371b07770231efc4409c210699202d988a8816fbbc4806d4917b7 0.00 MB 1 0
27,828 27,828 0000000050777566952549f73d457300e4687c89bac4d6d39d462c1b04d8938c 0.00 MB 1 0
27,827 27,827 000000000a6d3ae9e63c3c47c9e4ac706e45cb80a3a33ebc6be1291c53a62d99 0.00 MB 1 0
27,826 27,826 0000000017ddfde12c4b4f90bf7e2d9195a4ba5808607546d7ca72953df78fc4 0.00 MB 1 0
27,825 27,825 00000000b3bdc85b1ddebd36c09631ffd724363c411062ed1084edb72b457df8 0.00 MB 1 0
27,824 27,824 00000000034421d6d5ad4eabf7a1f9de0154e764d502fba64d2d7cee346c8cbe 0.00 MB 1 0
27,823 27,823 00000000a042375a5b41c1ea9d55f773b6d82e1bc1617ba45942ce55293ea9c0 0.00 MB 1 0
27,822 27,822 00000000639098c0e8a5eee7c8a86692e9bd754eb7e304531478455420af1bf2 0.00 MB 1 0
27,821 27,821 000000005aec9b4dccd51a36ec20e23f425fb10e3d573e8077860ed11d9c85a5 0.00 MB 1 0
27,820 27,820 00000000b206f01bea73e966e84778cabe391b763953b46542bf882ed6f0a951 0.00 MB 1 0
27,819 27,819 00000000073e2aba0ed809eeca027fd3a4bfc85698f0c3bba333da4305cf07c2 0.00 MB 1 0
27,818 27,818 00000000be37db5e919ae9ebdd984b96096d3bc4558f630fa36451eb2e590bcc 0.00 MB 1 0
27,817 27,817 000000002fc75c9a9229c82599affdac9270a9c0b02849a6675fb4329050373b 0.00 MB 1 0
27,816 27,816 000000003b01b956dd4de08840e7684e0f8313bea54b524d354a813fd5cc4379 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.20 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,359.53 GB sent, 124.73 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.