Loading Tool

Explorer IconExplorer

Memory Pool

76,569 transactions
28.60 vMB
0.10253323 BTC
Random Selection Loading Transactions
Max Size: 173.33/200 MB

Candidate Block

Mining Attempt 132252360d5f409e470b7a04fd37fc7d14a4f7e7c4e6e8ad9bbd248d3b88eeb1
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root d672a543ae8410e19ad745f19e0fcc4841c18cc74478e1655b18967e3a608c00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,283
Size: 1.00 vMB
Total Fees: 0.04313396 BTC
Feerates: 101.65 > 4.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (728,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,292 186,292 000000000000081b841572fe2312c53cae113d7614efb2cfa0ae10acd25b9bdc 90 0.05/1.00 vMB 100
186,291 186,291 00000000000008d8a509c50a42a7acea01da89f241555e37eacecdc5d96afbf4 52 0.02/1.00 vMB 92
186,290 186,290 000000000000021708716283bfa1b4c9f88f0b0b2dde7575364c19ea21826826 32 0.02/1.00 vMB 51
186,289 186,289 00000000000004a56c67ffccd2f45f76e734f10b293225c506a0fbe1c7bab3bc 125 0.05/1.00 vMB 120
186,288 186,288 0000000000000484c1e5d3f75a2cf626e0f9e86fd717fd0876fe13e9b99207a6 45 0.02/1.00 vMB 84
186,287 186,287 000000000000059be24d895144b0a1858925dc24103c0b455276ca6e746f3e39 415 0.33/1.00 vMB 100
186,286 186,286 000000000000012fb82108aa5f8474a1620afc5dd739fcfcd6f8f4ac6c509983 80 0.02/1.00 vMB 120
186,285 186,285 00000000000001dded2900ea67da0b734831efb47f1467ae3bff715a691c579c 38 0.02/1.00 vMB 71
186,284 186,284 00000000000006ac3297f9de33fa63823e76ae39164d9104ba98475a396aa767 65 0.03/1.00 vMB 175
186,283 186,283 00000000000007d715f30ca8788f7fa8c10555f5d812b92e7a0da32f1db5a336 744 0.38/1.00 vMB 146
186,282 186,282 00000000000007dd9f91af632a8b78666d363f226a987fb38c16be4f9a9b32d2 138 0.04/1.00 vMB 126
186,281 186,281 00000000000006984eb356964aa2bde4e9d8c9d3ef3ff7431256ef684a95878f 75 0.04/1.00 vMB 82
186,280 186,280 00000000000007a83447506cccd47045e8b9a8e1530d8e2d9adeec6da3661814 7 0.00/1.00 vMB 36
186,279 186,279 000000000000049d6bee2e8c9c45b753298028f40bfa28f1c06ffed40b18f8b4 49 0.02/1.00 vMB 133
186,278 186,278 000000000000046c99b9c9291d2c3823d2fc04ce7bfccd89d9040c00b199057f 44 0.01/1.00 vMB 295
186,277 186,277 000000000000094f821fcda03b576320685be6ee334d26fd5ce823f1be8c91f9 380 0.18/1.00 vMB 137
186,276 186,276 00000000000006b29f89085b481accaf36766ba8b1481b7606e904df54776913 7 0.00/1.00 vMB 0
186,275 186,275 00000000000001e3dd4a20112f62ecce3b5df8dfe8cab2c78a7171e5921946f3 11 0.00/1.00 vMB 0
186,274 186,274 0000000000000560ac00dd93b43260f97e16753227a3d583a8982e3af12d49ef 131 0.04/1.00 vMB 144
186,273 186,273 0000000000000828a63e311328e8b320e7604eeab2f0d222a525263d5705d320 672 0.25/1.00 vMB 146
186,272 186,272 0000000000000633073b93533eca41ea16cc36cb8ecbafa66c8cf446dcbd1377 140 0.05/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.60 GB

Node Details:

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