Loading Tool

Explorer IconExplorer

Memory Pool

26,630 transactions
6.24 vMB
0.03843257 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.75/200 MB

Candidate Block

Mining Attempt 6e576b885bd2a800e1671533a91694a5415b69fb4ab3138df1cb7b57de0caf84
Version 20000000
Previous Block 000000000000000000021d18e66654cc11ad0526f280812db07f0ea99f58f989
Merkle Root bd23f544452a38ab9c0f23d7f3a6142c7a5fd605a540c3467c7f121d21a7e0f0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,267
Size: 1.00 vMB
Total Fees: 0.02313536 BTC
Median Feerate: 2.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,203 (740,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,185 173,185 000000000000015095d92331ee7182c0b6fb8e50b259b8cfdbb12535045bc869 0.01 MB 17 50
173,184 173,184 0000000000000995f27526e0e108d2c9e3c6a089644a81641ce6d433385964db 0.02 MB 48 172
173,183 173,183 000000000000087c4158735cdf5dfcbddc3ea8b535a83aaa7351ea0a516966d9 0.00 MB 9 17
173,182 173,182 000000000000076f431577720864888276a1370d120aa00e9b32ccd241e478c8 0.01 MB 35 54
173,181 173,181 0000000000000121f0f2e414c18047ffa0b8abcba30a4f4b51a0b35ed03c32b7 0.03 MB 48 294
173,180 173,180 00000000000003ea655b864ec23b8b1ec2aa2128e4519a1b1dad45bd02a332d6 0.00 MB 1 0
173,179 173,179 00000000000004704a8941f90b06de4f0a44f8d3e75c90680ad780a61c87afc9 0.01 MB 20 158
173,178 173,178 00000000000003d996300716fed6dcedc59b25bec13f57552dbb7b644d5e97ed 0.02 MB 54 85
173,177 173,177 000000000000052494cc09fd1ffcf48d5a5efebb2403c6c484a26e5046e5c74b 0.00 MB 1 0
173,176 173,176 00000000000002b97f422e2149c73d75f8046dc2cf6064e0793863bb9467471e 0.04 MB 69 340
173,175 173,175 0000000000000042bf9b7aa7d601986c3ed1459ad1147a950dde79d33a93c312 0.01 MB 14 15
173,174 173,174 00000000000003b9c6a0124280c3c517e631d24d8c7e6839d902c4fd73aad3ca 0.03 MB 64 43
173,173 173,173 0000000000000374b6e570bc036e6e8fa48766f70b703931bf50b66ee5f9d05d 0.05 MB 95 66
173,172 173,172 000000000000044e53da7b33f1cb9992b7d77b700d550e8841797bad7fab4067 0.00 MB 8 157
173,171 173,171 00000000000003d380da743befc716c61cd7537433239308ac030ca0fe14b4c3 0.00 MB 1 0
173,170 173,170 0000000000000651ca1baead6a652c6845b1a2924dfc44d8971c440e1422336f 0.01 MB 21 300
173,169 173,169 00000000000009683ac430f6e1aa4fedd3958824b60284e59bb5f76497eee750 0.02 MB 84 17
173,168 173,168 0000000000000b235104958f43946de70b864b3fdb8bf28d3f933f2d950d3661 0.00 MB 1 0
173,167 173,167 0000000000000311efb44e35a89f08372e500a559e8f9a00114be41902cc0ce1 0.04 MB 40 357
173,166 173,166 00000000000001f29c067af2db8d9b0324d260aa29b07badba76c5e1ea1a2825 0.02 MB 52 48
173,165 173,165 00000000000006bad43f971c8a57864c08a51b18a0ac9449aa7cc39bf25d2ee0 0.06 MB 55 74
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 11
  • Data Transfer:
    • Sent: 15.91 GB
    • Received: 0.33 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.