Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,068 transactions (2.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,074 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (867,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,189 42,189 0000000004440ff0f7f8730b90663b309460ad870ab12003f7400440520a6287 0.00 MB 1 0
42,188 42,188 000000002cf11ddef606a0f212dcbd9bc2c6bf9e7d82160dc2f6f21c42e82d13 0.00 MB 1 0
42,187 42,187 000000001aba3243aa5ca1e7c7dc74a525f2d8233021d237ce259bb73d80c026 0.00 MB 1 0
42,186 42,186 00000000575817d957b2fb500f922cb7c1ad485852846442fc976931eb190970 0.00 MB 1 0
42,185 42,185 0000000038b861fa50a404001c604b95a1c404500f1e6592029c35f1ce5b657a 0.00 MB 1 0
42,184 42,184 0000000005fafef2ee0570d83e6a2c7ec66b67aac4d2fee786fbb943e8920006 0.00 MB 1 0
42,183 42,183 000000001155c34dccc4ddfceb4a48e45c75ceaa3f97a14c01a109aedb68d6e0 0.00 MB 1 0
42,182 42,182 00000000555842c3958354bc265d62371742973642006ae54c375686c9a8fcb7 0.00 MB 1 0
42,181 42,181 0000000063fefd11b7f76dac42ef2d9f9b3a954c423386e4056fa0fe3952e65c 0.00 MB 1 0
42,180 42,180 000000005807d23879c36fd4538378ab3b79e52df7be2b6474ce47424736c244 0.00 MB 1 0
42,179 42,179 0000000008549ee501332ff62e3940a2c5d4698c59292258613119c82f83e9db 0.00 MB 1 0
42,178 42,178 000000005783aa75ab50e1106d61c20fab73012cdb25ec300f00fbcd3ad39f8d 0.00 MB 1 0
42,177 42,177 000000002850f94b536aa52d10846dc76b6897850b73b64ad30ebdffbc117087 0.00 MB 1 0
42,176 42,176 00000000572c81fb7382f8a3a021f8f7e7626d779d31026468120eb3e5cdeb39 0.00 MB 1 0
42,175 42,175 0000000026af5131d26b8c104c0c67c363597a15d6b9c873a097014ee37f97a0 0.00 MB 1 0
42,174 42,174 000000004ed2d17aa23f5b774d80e2052fef9cdff512da81d1163d04e4c531db 0.00 MB 1 0
42,173 42,173 000000002be79ab85026b01bfe31fcafb3628bb6b0c0691565abe148b4aaeee0 0.00 MB 1 0
42,172 42,172 00000000445a74b2a116d2f56e6fbc585b3367c629c999e4d41d2875fc3322ae 0.00 MB 1 0
42,171 42,171 0000000032aab0dcf87c2c4f97914a7469e464441962795afda8d4f6596830fc 0.00 MB 1 0
42,170 42,170 000000003ba2d6bc5e2b0da371495d81608665e4024daaf9bebdc1d2ac2a6f3b 0.00 MB 1 0
42,169 42,169 000000006466c25c0adc233df8c9db8285a310d17d8b36f299151c1efda88ff5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,150.19 GB sent, 112.49 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.