Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,540 transactions (0.43 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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,648 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (888,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,496 22,496 00000000120513781354614bdc9c3929bb05d82e015dcc108cb6c06511167176 0.00 MB 1 0
22,495 22,495 000000000a46f99ae6c60bcf40709a277b1ec20a53039629102594ccba2d892b 0.00 MB 1 0
22,494 22,494 00000000cc532b396b5349513dc5b2990f5b7a45b9abeecbae0da8ee0ecdf9fc 0.00 MB 1 0
22,493 22,493 0000000091f053157fe3a651aa79f6e458e6d20af01d3fecc03d42c2424a8dfa 0.00 MB 1 0
22,492 22,492 0000000083351e8b451a0f2b91983943bd54382d4dcf615468a1cc66c78aed96 0.00 MB 1 0
22,491 22,491 0000000080f6e5561f22f6f2731bf017fb5ccfc68b1e2678d4ee894ac657666c 0.00 MB 1 0
22,490 22,490 000000008387e9d34790ae6c0d86a61d60c3760d3980d94d31d3284536637187 0.00 MB 1 0
22,489 22,489 00000000dec338d11ca1d44335119b985c60f9860c5c2379f5d2bd126f8edd3d 0.00 MB 1 0
22,488 22,488 00000000798da6491109c67cc9c561eb7dea8b445f10bbd10bde501b04b82815 0.00 MB 1 0
22,487 22,487 000000001af15f096c9ba0da1761c9fd0450fbfc1bae94cb53b684c53d98fb8d 0.00 MB 1 0
22,486 22,486 00000000f95d858eb095833ac0a41a9d63704117a60372c3e630b7e4e9ce7910 0.00 MB 1 0
22,485 22,485 00000000e4d010691c32f31d742cb2475022de326a8c8a8324f88581000419b6 0.00 MB 1 0
22,484 22,484 00000000d2064bd3f5d75eec296f6e5c23fbda153b9e6308d9d8919c9541fb25 0.00 MB 1 0
22,483 22,483 000000000f75e8c7bcadf169d00c099799d17279f9d99759a5815821331d4ead 0.00 MB 1 0
22,482 22,482 00000000a7631c743a881e667c84a01fca2a1a8f0b5aa7909e97db9dc5ced25e 0.00 MB 1 0
22,481 22,481 00000000bd2f2d1d9796a20f84d6c1aaba9d08dfd05d8b080565f56d4ee06a26 0.00 MB 1 0
22,480 22,480 0000000016cefbd89927fba3f7220a45e66da8bf2b8bc457f98c0b35bca52da3 0.00 MB 1 0
22,479 22,479 00000000dc96bd6d82e626c1a428637ebfe569370ebcb95aab670df244c1de55 0.00 MB 1 0
22,478 22,478 000000004afe30d63b067666b8014c4a4b9d8f7217f5f24c84ab15400016ed93 0.00 MB 1 0
22,477 22,477 00000000de3653d5d2edf43df71667f305ae0da0b2aa9ef1c69a819d41e33d97 0.00 MB 1 0
22,476 22,476 00000000892e49a3fab6da6449e6216fe50fd444638522c9c753a94d2e15bc9c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.69 GB sent, 121.46 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.