Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,189 transactions (0.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,595 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,594 (864,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,203 46,203 000000000b187f54e3b9b36ca6ce41d8a3e343b12ef51da82444b78a8a2b52ad 0.00 MB 1 0
46,202 46,202 00000000158d684b7811d8c155221962ee91e501f828c4470889c3ee8aa56460 0.00 MB 1 0
46,201 46,201 000000001646ac3e406e766522ad79eb26c9b024c1af7bb1bf0608d000b1f8a8 0.00 MB 1 0
46,200 46,200 000000000219cfce557178da9b54cc3552f320b0340c7191d5c0a4dfb8633d4d 0.00 MB 1 0
46,199 46,199 0000000029a9d74b652b0a7759fd857fbadebff3a33a94200e40ae462d584991 0.00 MB 1 0
46,198 46,198 000000001fdd0b56669b11d543ac170dda039b196e3a8e550d355db1b6fe42ef 0.00 MB 1 0
46,197 46,197 00000000191c5ab17326c573cbc98fc7e1c6f35b17d868c98ab8bd8289b6d791 0.00 MB 1 0
46,196 46,196 00000000020f4cbbd2bf6b90bc65b73a8402b3f6b5d53c8fb1e8f8a13630aede 0.00 MB 1 0
46,195 46,195 0000000019c7ec9ebd0977096b54fdaace0b7f5185cf2550c2f056837be4daf2 0.00 MB 1 0
46,194 46,194 0000000025c13414052c04ce7205eef136d0e447d47bcd83d10182cb99bee976 0.00 MB 1 0
46,193 46,193 0000000003bdb7725407bd9a012016d1e5379949c1e62073877d3ebc4a97ddf2 0.00 MB 1 0
46,192 46,192 0000000008ac6cb4cde489ea2c64f9d888565b4fa6a8a7bf30d26dbebfc1e67c 0.00 MB 1 0
46,191 46,191 000000002ff9985240029f9feef4a4b128c126eda1cdb42ec1cf83d795999d16 0.00 MB 1 0
46,190 46,190 0000000005a5b310e039e1f1dae462b2f9a0edf4840eac8852ffdca589ece1ee 0.00 MB 1 0
46,189 46,189 0000000000384e9c45483a8952fe63a3823ff1427515f2672b87df3ff86da3cd 0.00 MB 1 0
46,188 46,188 000000002c135a672df0482aca712878a2fad88b69936889583f89992e2a58be 0.00 MB 1 0
46,187 46,187 0000000035b4da17868d92a60aeafb042c31f19fa4e830ad5185ec0c41019daf 0.00 MB 1 0
46,186 46,186 00000000313bc7451cb9d4bcd9918ac49ad38304dbf1a60a335aa0fb32ce4e3e 0.00 MB 1 0
46,185 46,185 0000000022413e2bd1d0657c827f282239a26b7fc4b6acbb6c0485f8e8df99ad 0.00 MB 1 0
46,184 46,184 0000000025ff9883a880f906f17c4e84e0669b8452178df9867359cdb6142aa1 0.00 MB 1 0
46,183 46,183 000000001f0556a9cf8c460626d12945ff0c636bd6ffe958406ca97fafc1c761 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.47 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,255.03 GB sent, 120.92 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.