Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,497 transactions (0.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,472 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,492 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,471 (891,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,589 18,589 00000000e0131166e29e56c3ffdf0d301ad14bdb66f95b8cdeacf50d84928ea0 0.00 MB 1 0
18,588 18,588 00000000ed50579665275f3f6ff57ddf179870d4eec7b08ae22236d692a55a9f 0.00 MB 1 0
18,587 18,587 0000000051d0b2390a43644f53eac6c996b3a49f00ddaa6b27e378e77f10e650 0.00 MB 1 0
18,586 18,586 00000000af6d336022567824ea698dd022cdedc5357b256c3464181b957d94f5 0.00 MB 1 0
18,585 18,585 00000000b97fb4cb48f05d5319cf86d48129dd436b0394be7d790e4a0974615c 0.00 MB 1 0
18,584 18,584 000000008613dd2c8ef9103487bac7db0a132754cb4411f3dd8213a75c0579d7 0.00 MB 1 0
18,583 18,583 00000000a9215f8f352e362dcf66c8914e20b1597ce42647427379886a7b06be 0.00 MB 1 0
18,582 18,582 00000000d2a0970172cd70f2922384f88d74c9d9d5e36b05cc20c7325135c06c 0.00 MB 1 0
18,581 18,581 00000000fd6e1b48144a7ba8e5d721f48ac21520a677ffb339be122a5a5a9465 0.00 MB 1 0
18,580 18,580 000000008e3360f7c19fa513b9734ed6f1fe5935f044f62969a56a98df09b2ce 0.00 MB 1 0
18,579 18,579 00000000a0f687d416bc3702c5d1d4c8fc8ff875dc8b62546911c9bcf77c4367 0.00 MB 1 0
18,578 18,578 00000000bbb963eb9d76e811a1da7a1dfdb37a2e7957661fbe2b2677f48c3262 0.00 MB 1 0
18,577 18,577 000000009f19c767286acf705508bafc4363ca3642101c6abf3b8dddd486eda9 0.00 MB 1 0
18,576 18,576 00000000bed505d78c1e3c88be42b3614baa5a658b1786d10d3d8b360e30e461 0.00 MB 1 0
18,575 18,575 0000000029e7dd3a488cc005dea454c2b3f5e21b130cbf609a923d9f80deca5d 0.00 MB 1 0
18,574 18,574 000000003149d5323b9931169bb6bef5313c970056927532169a7dd6afdef963 0.00 MB 1 0
18,573 18,573 00000000110fe0fcb4ac8fa84a436eb17b233df7235f0f655bf12551474bfcf4 0.00 MB 1 0
18,572 18,572 0000000065a7a9e4ddd6a09f827633c9e4d401046513b8748fccc0e128ea98bb 0.00 MB 1 0
18,571 18,571 00000000f0d346c637791e67747ca4760f93ce70aea193f4f56ca3d3ff8403ab 0.00 MB 1 0
18,570 18,570 000000006ecc784273a805b6988be6d23a6493a1ccd09397ab18f1fc82dd3159 0.00 MB 1 0
18,569 18,569 0000000053c67ad57c19ffc2943bd5bb0fe7fa489135e852e1c60d1df3428bf2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,242.58 GB sent, 119.84 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.