Loading Tool

Explorer IconExplorer

Memory Pool

23,438 transactions
4.48 vMB
0.03600270 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.92/200 MB

Candidate Block

Mining Attempt 17cac3b96b57b5487d9813fc47ee78d2f13c3c3e3efacb8b8e1898ad5869ee82
Version 20000000
Previous Block 00000000000000000001f8169700f7fb73d81d50019d45627eae82040ae0863d
Merkle Root 5d8ea05a87666dfaf753a657c16ac5f88f0f0e2c7be701e1af233fdf4a8b79bf
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,518
Size: 0.88 vMB
Total Fees: 0.02649460 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,865 (684,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,141 228,141 00000000000001936c2246127d1915e8adeccbf127c2bbbc886f110d0b8f0537 0.17 MB 391 215
228,140 228,140 000000000000025b7a732e0e4cbef8d52367549cb322054519a2e0d1826f0010 0.21 MB 419 177
228,139 228,139 0000000000000220b04f070f70216d12148cc05973e1fd009fd2db3012a9a563 0.15 MB 245 31
228,138 228,138 0000000000000107f9371a2c11433ddc679d08eb5189cab92b7f1ac7f0529d95 0.07 MB 144 142
228,137 228,137 000000000000004ff1a370b94c25697d3b38d5a0bdc486b9ff12b520ed7fcc5d 0.50 MB 601 29
228,136 228,136 00000000000001eedf7ccb9ddd26fbd6116c23b9fb6526eea67de73eac97904f 0.15 MB 177 45
228,135 228,135 0000000000000228ebed9e348ad742bcff1871ff4aa3fd66813b1ddc8b17b467 0.20 MB 520 206
228,134 228,134 000000000000003d742e2e2844292969a0ff4b00ddd9d3754e2648099a6047e9 0.21 MB 279 112
228,133 228,133 0000000000000071ac981536ec82149db3977a5a5230cbdeebbdcddb170e8c2b 0.15 MB 348 522
228,132 228,132 00000000000001457d666aa4f6d3b5d6d427d20c0dfcaf73f796bdeb1ce46001 0.25 MB 427 147
228,131 228,131 0000000000000025d6549ba5d975c872f8d34f0bc764528992ec9e7cad472de7 0.25 MB 677 210
228,130 228,130 00000000000000ab91f7071914a715135da1c661fc1dfaff2f79e1a8e6d524e8 0.39 MB 805 159
228,129 228,129 00000000000002318075e8e5c0bb2d328679d1cd973f7a342850773b29dfe931 0.10 MB 328 169
228,128 228,128 00000000000000c516848edf76d4e724e90932e777711b10427e48773c72162b 0.25 MB 549 169
228,127 228,127 0000000000000173424e39cddb9d1396ec360af74fb2673447d24fc57d4e14e8 0.14 MB 418 168
228,126 228,126 000000000000003f01a71b82430d8ac637c3809826000fd84a97815f4cab5728 0.08 MB 198 113
228,125 228,125 0000000000000233f220e84f71484f3a385bb59a69080a5ca7bd232d7583303d 0.26 MB 483 369
228,124 228,124 000000000000007c4950e287cc620051cfa872a5ec3096d835d51b50e8719e6f 0.29 MB 735 361
228,123 228,123 00000000000001f3b5e39cda68f28e005bd53e768e9ad2267935b3a122aec2cb 0.06 MB 151 110
228,122 228,122 000000000000011947a20f01e0ee34ed063a48068fb95c5d63438b51584de437 0.43 MB 1,030 200
228,121 228,121 00000000000000419bf23804f24ca4404736cb2a2d714ee23f3edcbdbbe0a7a3 0.00 MB 5 42
Previous 10 blocks ↓
Total Size: 778.60 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: 222.58 GB
    • Received: 2.26 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.