Loading Tool

Explorer IconExplorer

Memory Pool

9,871 transactions
3.66 vMB
0.01511974 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 21.98/200 MB

Candidate Block

Mining Attempt 05de517c2d4b54a9b765ad7dac7577d2890f550cd0602580461ee6b9ccdf0bc5
Version 20000000
Previous Block 000000000000000000016f7fde1bd2fceaf41f3015c117cc3f2f9aeb4fba8aed
Merkle Root c38093afba5cea070418abaf464c0ccbc4d624bd49b88e093241836be12c7496
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,913
Size: 1.00 vMB
Total Fees: 0.01109419 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,497 (714,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,259 199,259 000000000000014a61f9d0ff5394d677909887e793a4e0d6601d23e229afa51c 135 0.04 vMB 18
199,258 199,258 000000000000031901d61e62156733a9ae25c83fb1c9f08ef0a322c84ded77c2 94 0.04 vMB 85
199,257 199,257 0000000000000091b57dfe2589307bf092bdb7b76d58c8e17299df6490208d85 541 0.23 vMB 136
199,256 199,256 000000000000016472e7519d7517cdab2661a6367fd80ac8edf241c57592e479 70 0.05 vMB 249
199,255 199,255 00000000000003827cd302844f619adf5eb159d2595fe21e6e8af3c2f4043eb5 546 0.21 vMB 139
199,254 199,254 000000000000039fe09b36571744248c0aece5f8d1ef2504305d48edf8d4c7ad 612 0.25 vMB 166
199,253 199,253 0000000000000312a9f4d39f75c7a9f36b76314abd6b56a6a6378cb539194f3d 224 0.07 vMB 634
199,252 199,252 000000000000052b15312fa3b1a99e0b2be64cfe8822a707ed69c0fb86f0733d 330 0.16 vMB 137
199,251 199,251 00000000000004b44d42b100dad98eb0c4948e1c71f950902da32e3ff941b81d 111 0.05 vMB 204
199,250 199,250 000000000000009c41cef62b68a5b6954b69eaf7c8139d3c5f09d6e0b7bb454d 16 0.00 vMB 10
199,249 199,249 0000000000000539bc552ee0ec6eac7c54372cb636613096cab438179813bc43 38 0.02 vMB 234
199,248 199,248 00000000000002bcb626e30b3186001fdac671351d885f611c9a491a12408931 123 0.05 vMB 144
199,247 199,247 00000000000006125b099d687a26bace6f2f799a80f90388dfa1ed094a3bf4c7 302 0.23 vMB 103
199,246 199,246 000000000000027dacc79ec04c5d394986107a488380669b5fcc81a195b82a49 69 0.02 vMB 117
199,245 199,245 00000000000002df6f9a5f042dc0289f9af1a7de7fa8746c501b85c65e8ace43 328 0.09 vMB 19
199,244 199,244 00000000000003c54d060dfbbafabb52fa99b3a104c2f7e6dc7090ad1e04a41d 57 0.02 vMB 113
199,243 199,243 0000000000000289136ee10378812ac910e940ce2ce4c68de0d019d87e899292 65 0.17 vMB 49
199,242 199,242 000000000000028234b8181b4ada85c4728924d69e564a1244b7c0589d40dfc5 214 0.13 vMB 129
199,241 199,241 000000000000045fa38b88a3f5214e9c0efa9bc4bb886c7c06f5cb1a1f6246e8 32 0.01 vMB 0
199,240 199,240 0000000000000277faaf1d8500b15873ba6cef8547d65323dece51e7f3ee8363 320 0.12 vMB 152
199,239 199,239 0000000000000235ba2037b9c0fbe1b7896b2c7afaa71fd6ae0bffb3c2c18b99 512 0.22 vMB 136
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

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