Loading Tool

Explorer IconExplorer

Memory Pool

16,493 transactions
7.33 vMB
0.02735341 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.44/200 MB

Candidate Block

Mining Attempt 0a3ad17577985a28f3f46425f953d7ff55ea3f06021e9a83542c1f877df8664f
Version 20000000
Previous Block 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8
Merkle Root 50934829c805376898e7ad24ba9fdbabc14087063ea1aa095a2dce2a1afe9ab8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,849
Size: 1.00 vMB
Total Fees: 0.01316597 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,442 (747,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,174 166,174 00000000000004a29d7b0061be1a56edac3a02bc0c34314d3caffddc23651a81 26 0.01 vMB 80
166,173 166,173 00000000000006916216054768864912cdb35353ad17d7c905233351471a7912 133 0.05 vMB 135
166,172 166,172 0000000000000a54946f1400a1f0804a082e2095b9b4db82fba0f9d4833d66ad 24 0.01 vMB 129
166,171 166,171 00000000000006f10da438d82d3c4cb0e1ab1f8ec763442f69cf519952bf954b 149 0.05 vMB 68
166,170 166,170 00000000000006f1b09d09fb2407da288bb5a2756f2454018bce5dc2065da7b0 68 0.03 vMB 186
166,169 166,169 0000000000000be5d275d376a32a6ba89e153093d383ac0847b201aa981e003e 17 0.01 vMB 0
166,168 166,168 00000000000004ef0d8bee28fb02b0c82ee18a50b4820ae79a3083ca3d89538c 36 0.02 vMB 8
166,167 166,167 00000000000008cdf20b05049aee5bc094f312d3f91e070117148e4835d6f18a 75 0.03 vMB 46
166,166 166,166 0000000000000a57c58577c5f3249daf070db0a77770cb9f88a85ee607dde44c 105 0.05 vMB 65
166,165 166,165 0000000000000079ed6163593a289c21c2885b97970f68a0096b15d5f4ba70dd 114 0.05 vMB 102
166,164 166,164 00000000000008e0d36b05ed3a9dd4ded7ee82c2248930bf1078b4f893762c29 16 0.01 vMB 557
166,163 166,163 000000000000015f1594a344051fe2aa77c320155048e8ebf0ea6d1d9a9cc56d 86 0.04 vMB 108
166,162 166,162 000000000000048a1cecf2031ed9567bcec39e2272c0a5428f40c02596bba806 43 0.03 vMB 123
166,161 166,161 00000000000006a26fe790fe5d6b77654038334295c076ed5d29473410db082b 31 0.01 vMB 111
166,160 166,160 0000000000000af76996f8ad7bd90ae2fa8ee423476d03b3699343564ebdbf8d 45 0.03 vMB 128
166,159 166,159 000000000000021d3044af850c3d0050a95f892ba5b9f5c8a7889215e3f4c8cb 55 0.03 vMB 51
166,158 166,158 00000000000004d9aad3e5cfb0cecac61352696b7117a3f1a7508f43e70fdb45 18 0.01 vMB 0
166,157 166,157 000000000000070d716cfeb345cf6e38bd104b586e877d26a261ec49caf1fba8 43 0.02 vMB 141
166,156 166,156 0000000000000181ec84b8edb5cff390505d93d29fffdbb0e843cc5f480b265f 62 0.03 vMB 103
166,155 166,155 0000000000000592c75f79fa0de77c3cf847bb76538aaa3a937f5582f5690840 135 0.05 vMB 83
166,154 166,154 000000000000022d8cb7cf26abeadf86957d754757e897504e03a14586add81b 48 0.02 vMB 188
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 108
    • Outgoing: 10
  • Data Transfer:
    • Sent: 304.67 GB
    • Received: 1.41 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.