Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,386 transactions (2.95 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,005 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (888,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,988 21,988 00000000a518f6c56d43caa38000d58b32dcc848965e934170579134964d4eac 0.00 MB 1 0
21,987 21,987 000000009c645db4b2334e9b6d7ac630f855a3aee067581287db4e4e345ddb06 0.00 MB 1 0
21,986 21,986 000000003d3cbb88c63b7af4a2a2967c95d9f63e8b286c44ec0031d629be42e3 0.00 MB 1 0
21,985 21,985 000000003bec7b39b8e5d665fc33726d0d8875e314a20fcef0b5a1cf7fb2c89d 0.00 MB 1 0
21,984 21,984 00000000b226ef8b3eb3a6cefe2624bc887acb8e6dba1a33ee1e135a6eda912b 0.00 MB 1 0
21,983 21,983 0000000042f27b7d18df1bebbded52824c61228490f32609a60c7ba035ed1458 0.00 MB 1 0
21,982 21,982 00000000e9933366f9eee009f2c736e20d7f6b7d0a001f0b5992200d4a196948 0.00 MB 1 0
21,981 21,981 000000008006a534eac112977004190b512ae7cf37d1b9fb461afe7da62d3d2b 0.00 MB 1 0
21,980 21,980 00000000c4963a0c4c12a311048c53e69c603945c5f07d394576022742917a21 0.00 MB 1 0
21,979 21,979 00000000ef8a66245c97f7ea2432f602d14146e9d72776603369efe61b3afa6a 0.00 MB 1 0
21,978 21,978 000000003ab322ea8ed6056682805142044bc1b5d4ba02c3ec4967096ab86df7 0.00 MB 1 0
21,977 21,977 000000000306a98e0e9b1b9536e3e4f991e9e233079a2edbb181fbd4f2223c0f 0.00 MB 1 0
21,976 21,976 00000000ef60d29bcfcb368721952852aeff02526b980ddf0424ce3959c7221e 0.00 MB 1 0
21,975 21,975 000000007e05ef2b3bde9cb0875876e3818eee01fe857a1560d9b9a6f7a52e8b 0.00 MB 1 0
21,974 21,974 000000008f5527a26be1c57d60c79c87b8c01b5038321e523ddc614792ca1a45 0.00 MB 1 0
21,973 21,973 00000000230bad3e426e1a527a35ed019be9d4141ec868c6962f1d161c471bc7 0.00 MB 1 0
21,972 21,972 000000005f1ffda970a57b95e31f2ad3427a5fa294fb1268bb9e753121dd172f 0.00 MB 1 0
21,971 21,971 00000000f493c39b11be10f7999d4644fd898c0867950a1cf12526365599d477 0.00 MB 1 0
21,970 21,970 00000000bd4a8a561623d51d13522bf266553f26cf43e558c46d0fd3aa40abfc 0.00 MB 1 0
21,969 21,969 00000000c75c99b1609c5a2ccfe4f397b5f3335fb634f9614e92d4d2b453b018 0.00 MB 1 0
21,968 21,968 00000000b445ee4ea57a30900438f169c0e25b5d7986eccc3feeb7ae30b3f4a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.87 GB sent, 116.98 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.