Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

347 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,000 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 335 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,999 (261,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
650,223 650,223 0000000000000000000c0960e653c91edfbc285992eb8ede33d0100a4f5e4083 0.64 MB 1,450 15
650,222 650,222 0000000000000000000e28af56978749f7132b2ed24feba5e83643b13fe8cdd0 1.37 MB 2,352 35
650,221 650,221 000000000000000000037fd856f3ab2c21dc72989ad9a0379f8eabacadcc5a61 0.82 MB 1,804 30
650,220 650,220 000000000000000000055d714ee22897a7cb68e2e0032778c43dc782319d2fe9 0.19 MB 400 36
650,219 650,219 0000000000000000000d658702756bacc4a94aba88b7bc3c89cac2775d5cd432 0.49 MB 770 33
650,218 650,218 0000000000000000000bfe22e086ebb205251f9c760ec6e7351bdf299ca22cfd 0.88 MB 1,803 38
650,217 650,217 00000000000000000005ec573f04b8009f379ed8026dccfe3197eb4a729bc532 1.32 MB 2,333 34
650,216 650,216 00000000000000000008fc233557547f3d7f84761564e6987cdc87962bfd913f 1.21 MB 2,051 25
650,215 650,215 0000000000000000000bb28e9417e955a0a536bb43759bf65569dc93cbc52006 0.73 MB 1,287 25
650,214 650,214 00000000000000000000558da9a8b707d920511b369eb8a6276d50fa571a97b9 1.56 MB 1,669 7
650,213 650,213 000000000000000000019066fdeacb3dd3a857469afe743e33e98167160a64fa 1.32 MB 2,452 43
650,212 650,212 000000000000000000099b92641e5518edb8775e05a212514671573c672d84ab 1.20 MB 2,075 23
650,211 650,211 00000000000000000004aa0707609454c49dd78a36682561b2ad0dcb4331bd25 1.35 MB 2,670 48
650,210 650,210 000000000000000000006354ffdb6b71568d907e874a5a051e2f4f361b6957e6 1.34 MB 2,384 27
650,209 650,209 0000000000000000000cace7fe7caaa5a85ec0b90e5921b74db297aedfb9402d 1.33 MB 2,521 31
650,208 650,208 0000000000000000000799c59a22d1764bb5c61641cbb88e29a8dec2d1caa923 1.04 MB 1,811 26
650,207 650,207 000000000000000000058cf117f75071f9d4cce844f846866b1edb271b836388 1.20 MB 2,229 26
650,206 650,206 00000000000000000004f524cc4d78a505bb886191a5b7367471644612cdd356 0.09 MB 261 30
650,205 650,205 000000000000000000031285da69a2272fcd55fddcda09831a55035de988d8c5 1.40 MB 1,814 21
650,204 650,204 00000000000000000008ddcf3ea73002e2b5cb5b1b2ce83e6fd236bfa42f6811 1.18 MB 2,154 28
650,203 650,203 00000000000000000003769b626d74f4a114d492b65add38ba9cc790af0d8b08 1.42 MB 1,462 33
Previous 10 blocks ↓
Total Size: 777.09 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,505.96 GB sent, 133.88 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.