Loading Tool

Explorer IconExplorer

Memory Pool

50,605 transactions
30.31 vMB
0.12704504 BTC
Random Selection Loading Transactions
Max Size: 162.35/200 MB

Candidate Block

Mining Attempt c9abbf6cdc95a70bd1dd0bede82bb5cab33678d9f50b6bfdb845dffa13bf7f7a
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 130e37302e1ca179c4d8bcc5fa5f875083d89af411c6eb064b7858f526c155cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,912
Size: 1.00 vMB
Total Fees: 0.05388216 BTC
Feerates: 150.75 > 5.40 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (469,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,248 445,248 000000000000000000321e89725fd0849e3cfbdc353d7ab6e67bede892e17cc4 982 0.46/1.00 vMB 76
445,247 445,247 000000000000000002bc9a84b508415f4882949448ea26cd1bcac1b05f98e615 2,135 1.00/1.00 vMB 57
445,246 445,246 00000000000000000258730d5b904d1e3e3c81eff2cd5568e99bd29648a6690d 1,936 0.75/1.00 vMB 84
445,245 445,245 000000000000000001c2928a4ea03e95c76c98b3269ea34f9dbee06f395f5d2e 2,204 1.00/1.00 vMB 74
445,244 445,244 00000000000000000389d96e1b6bd86e63f775e0fe6b85b59cbb524e960977a8 1,561 0.83/1.00 vMB 63
445,243 445,243 000000000000000002c93fd32e2ed0bfc744dea597d1ddf28aa50c323f1abbab 1,676 1.00/1.00 vMB 56
445,242 445,242 00000000000000000318df6020a3bb2d6a33da1e6009891afabbf3ae3c0cc217 2,426 1.00/1.00 vMB 85
445,241 445,241 00000000000000000072552732c18edf334eb7a3a5c77d5d6b3679692fa590f9 2,157 1.00/1.00 vMB 79
445,240 445,240 000000000000000001da4ec375ca12b6c61016ae642db5249430b067fbf7877b 1,063 0.82/1.00 vMB 42
445,239 445,239 00000000000000000289ea671fc60f52cf9379c199a621d6aa918f4c3b7a3f08 806 0.68/1.00 vMB 34
445,238 445,238 0000000000000000020be0ef38a29dd3ce8f89cd14ee4b4b8243ac8a40d78897 1,674 1.00/1.00 vMB 36
445,237 445,237 000000000000000000a938538b52f1a1228220a70788e81647f95c11e511a036 1,560 1.00/1.00 vMB 52
445,236 445,236 000000000000000001b4f552f751c34193aa64fb61452f0c4b50dd2ace8d3f99 2,341 1.00/1.00 vMB 64
445,235 445,235 00000000000000000209fad57ac7ef40f2ee804a8c82d487a89dd32754d6bab1 2,015 1.00/1.00 vMB 60
445,234 445,234 000000000000000003633c7aef5e638c00c0c384d4f90f66433ff6c50ac8ae02 1,924 1.00/1.00 vMB 64
445,233 445,233 0000000000000000032a8fd4fe46db7f088d3d147b90cf0d8de75a2bec27fe9f 2,532 1.00/1.00 vMB 88
445,232 445,232 0000000000000000032195d9c2f2529c9422ce24e84e98985a1052ae35d90a35 1,449 1.00/1.00 vMB 54
445,231 445,231 000000000000000000c0cb4a6e34c7fb5abffe31ebc05d6b43aacee25f2514be 2,612 1.00/1.00 vMB 81
445,230 445,230 0000000000000000019cc8fe07129f25a8178d3aab50f18b5caceadd32f11e53 2,152 1.00/1.00 vMB 71
445,229 445,229 0000000000000000019d58a43782a5aeecb1026bc5a40d06538dc3b324c1db17 1,167 1.00/1.00 vMB 69
445,228 445,228 0000000000000000035eeda7673e998ad84328075bd479e90afc71d3712fa9d1 1,896 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.10 GB
    • Received: 13.40 GB
  • Uptime:

Notes

  • 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.