Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,664 transactions (3.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,851 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (855,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,517 55,517 00000000096b3b67f7102ede219e62ecf04b03ca19f996a96cf4fe98d339bb24 0.00 MB 1 0
55,516 55,516 0000000003262fc31e151d3dd6218fd9f645db6b2a9bfc23b2e164397def5eff 0.00 MB 1 0
55,515 55,515 0000000011f4b36345c706cd7882b408e7f93c66014f0e97a5ea9162206ace73 0.00 MB 1 0
55,514 55,514 00000000028f13b1a320c1980d4795deeab3d9bdb92fcef236c846b55de70aa3 0.00 MB 1 0
55,513 55,513 0000000012b685f0f75a998e5294482ab34d4b944cf87f7ca4dee415e65ee143 0.00 MB 1 0
55,512 55,512 0000000000e7ca19e4653cfeb9f3119c11952726a24954797e9fe113c306362a 0.00 MB 6 0
55,511 55,511 0000000008d518692d181bdc486345de15ef7370c86eb47287a304eb3d6cc11c 0.00 MB 1 0
55,510 55,510 000000000b2974a2580254af641cf80064855c34966602a15e9a95699fa249bf 0.00 MB 2 0
55,509 55,509 00000000083801ecb1b31fb10038a0d3bf3b8fa1136a995f8e58dab56b8abb54 0.00 MB 1 0
55,508 55,508 0000000003dac927fa3c7ddc7b8e88b26ad5554b0dba975a86bf976ae19ee99c 0.00 MB 1 0
55,507 55,507 000000000bb0eceb8a4f40feb1a7346130c2286403a3d5813993862c123383ce 0.00 MB 1 0
55,506 55,506 000000000c23b7dae2ee34125a5a7395bae7b6f5d5d1f2b0784f26320f315e6a 0.00 MB 1 0
55,505 55,505 000000000e4d4e962c455537c784224dd6aaeacc17f3409f1d65a0e6d6d51357 0.00 MB 1 0
55,504 55,504 000000000c13a06b31ec4d97cc52327dc9f535439e561cf9e6c79663054e343a 0.00 MB 1 0
55,503 55,503 00000000042134592e4704429170a5960bbdf32e6adf2ea6a175b2fccfd97c38 0.00 MB 1 0
55,502 55,502 00000000016293cc86d0455e6b6cca7ee4b1b45c6e955edc809c74886d8b6e74 0.00 MB 1 0
55,501 55,501 00000000104bdee080904c54600aa8a80546cd67286602cae27db24fed269e0d 0.00 MB 1 0
55,500 55,500 000000000bd8c202d9861ce2a2010ee42b5ca387006b65c87e694c3dfa580033 0.00 MB 1 0
55,499 55,499 0000000008a310eb022a90a9bdb6929db6807efaee1e08b8f3ef6dbd71676a0b 0.00 MB 1 0
55,498 55,498 000000000a51a6c4b721ea421512a247605ed1f23b865f4b75321454a3af372c 0.00 MB 1 0
55,497 55,497 000000000f41ff0bfa780bbd7aa0f64444119dd23a9600aecbe0e361905f621e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.56 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,275.78 GB sent, 121.37 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.