Loading Tool

Explorer IconExplorer

Memory Pool

14,475 transactions
5.16 vMB
0.03971794 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.03/200 MB

Candidate Block

Mining Attempt 35f39958adc31db5678fffbc8818fb304274d1c85b15d2588c735f00edea4a23
Version 20000000
Previous Block 00000000000000000001d57f0bd9e71479695da906dd4d0ba7a9e2d1d8afa2a4
Merkle Root 9baa221ef4c8357f26ba8772effdd99430156bcbb640fc5f108bdb8a714d567f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.03094750 BTC
Median Feerate: 2.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,466 (661,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,111 252,111 0000000000000010317ccf2fbf695b7387b288862ca8427d20258c9da7ade1e3 91 0.05 vMB 98
252,110 252,110 000000000000000438aebc2cd33025feabec4e471b5ad720b8b396a8c78d6ac1 163 0.09 vMB 129
252,109 252,109 00000000000000317ef4753d165294a8d48f4d1dd999413fb457ed003647f985 307 0.23 vMB 98
252,108 252,108 0000000000000034ad76e6e1981a6ab8ee66d775aedb52c389d0a9139a8e98f2 450 0.20 vMB 134
252,107 252,107 0000000000000025304e4b8d70b882d71a14d20b982fced70b4e689b22a0d28b 129 0.05 vMB 104
252,106 252,106 000000000000000392660a659fee1aecbc20956bec0dc84b1dc80a7019c75430 195 0.09 vMB 131
252,105 252,105 000000000000000b34c68f7da8d46c944915470932f3174b4971cda2dd03c5f3 103 0.05 vMB 50
252,104 252,104 0000000000000043f72af7ee1a546d66007c81aa6c4fb0fbfda1914d15595192 514 0.23 vMB 147
252,103 252,103 0000000000000030ef7ceeedacb3528c35d65a2b07fcad6f71c747630ef4d8dc 1 0.00 vMB 0
252,102 252,102 000000000000001d1944643363c06e9618fb3c6c11619b23760c8f545eb30380 334 0.15 vMB 83
252,101 252,101 0000000000000021b950409227ede965e737942ad44ef81170701abc8c2fb842 466 0.19 vMB 201
252,100 252,100 0000000000000017f3f939a22de6877dafcd29fbe430b83f81fb38d78616db90 300 0.13 vMB 149
252,099 252,099 000000000000004da0a61ad94fb7d84aa42e59693f2ceec4cb619a60fd98e7fd 313 0.15 vMB 102
252,098 252,098 000000000000000f44c2748beeeb6f8c92ee2e8726ca3736704ca554c40c7304 384 0.14 vMB 157
252,097 252,097 000000000000003c669a7238cab71f29cbd18c0d991aa0b854df1833fe2bcd87 370 0.18 vMB 47
252,096 252,096 000000000000002b3e03ef0afa4a01286a8e9ee38d61fc31ed032a68d5845213 628 0.25 vMB 205
252,095 252,095 000000000000001a961e0922dfeb1e68a1ba01727547e50e618b8d23a52a4e37 462 0.20 vMB 135
252,094 252,094 00000000000000113f1e039e141d5a31a8e41d804dd1c6da06055351eb551371 343 0.21 vMB 64
252,093 252,093 000000000000000fd4a3801c9df5ba3d8570e56cad29c28026d072051090e9f1 562 0.25 vMB 6,543
252,092 252,092 0000000000000027b1e6e7ff271fd1eefbae1f3c605da04d14a713315edbd4d5 414 0.22 vMB 150
252,091 252,091 000000000000001cacad4bbd4ea3d9496b19c6c23c42e28b2a35588fb6ed5bd6 135 0.06 vMB 233
Previous 10 blocks ↓
Total Size: 779.68 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: 323.76 GB
    • Received: 1.57 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.