Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,612 transactions (0.52 vMB)

Priority:

  • 1 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
911,367 000000000000000000022b910000000000000000000000000000000000000000 0.51 vMB 1,610 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (36,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,214 875,214 00000000000000000000c2d927e4e4da96ca3d4f9caef717ea414ff2d4430044 1.71 MB 2,498 7
875,213 875,213 00000000000000000000ad8133f9454baa8a100113c8874a3f2989a455ca5066 1.58 MB 858 6
875,212 875,212 000000000000000000020a0d01ed1110e4b34c3e81d10ea5a824bb3527e4a90a 1.43 MB 1,809 6
875,211 875,211 000000000000000000008edcb2c43934f0f43eee82f3d439935a944015a7933a 1.62 MB 3,494 9
875,210 875,210 000000000000000000003a848f81c1d91eebe783c09cfe19ddc6bb01acaef899 1.55 MB 3,316 14
875,209 875,209 000000000000000000008780adae51dfeb0854beaa5c965532a4a992cb61840b 1.40 MB 1,569 7
875,208 875,208 00000000000000000000bd80099010ecf5be089bba0da19865fec6e19d06ef13 1.91 MB 2,666 6
875,207 875,207 0000000000000000000193c28fc754ed787da5033114231d6dc17fbcce01d623 1.53 MB 3,421 10
875,206 875,206 00000000000000000001f631ec3f0d0d912094128600f0fc11138e38a4777ee5 1.65 MB 3,569 9
875,205 875,205 0000000000000000000086d2571e0b4547453698530db59572ff0327d89624e4 1.62 MB 2,796 10
875,204 875,204 00000000000000000001483712974f922c1c060ab7d8ea4edc5b7b78c47d2a44 1.65 MB 3,509 12
875,203 875,203 00000000000000000002917510ccc7036b63da3400da8f8530349a4230d65b2d 1.28 MB 1,231 7
875,202 875,202 000000000000000000008c89e4025f250e40c6931fd61ec1c8e4a9f971206ec6 1.60 MB 3,089 9
875,201 875,201 000000000000000000025a0492c5acd4b02530c779ec186f50f861e8bcaf2e67 1.65 MB 4,023 10
875,200 875,200 000000000000000000029544d13419b440aba7a6ca9c15d55b8392af7e70120c 1.62 MB 3,413 15
875,199 875,199 000000000000000000014d718cf8f1502ee421b40cfb8310d52e3807a9e60cff 1.56 MB 3,329 18
875,198 875,198 0000000000000000000058f8b1f1cc461716edfcccf85890272983c551570d4e 1.49 MB 2,508 9
875,197 875,197 00000000000000000000b12761f13f95aaf43e9fd4e0e23cef6cac72599220a7 1.31 MB 1,878 8
875,196 875,196 0000000000000000000025e3ad0cfe92fbcead39971a39637e0ce0b7d3180feb 1.84 MB 3,266 12
875,195 875,195 000000000000000000016b58da559ac0b99bf3fb1e91165a7e339fa65dee2bb8 1.61 MB 3,736 11
875,194 875,194 00000000000000000000ebb9ee4b3a330d63e67ea23005ceb0fe2e35223ed8b1 1.63 MB 3,512 14
Previous 10 blocks ↓
Total Size: 775.92 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,401.73 GB sent, 128.43 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.