Loading Tool

Explorer IconExplorer

Memory Pool

19,233 transactions
11.19 vMB
0.04036705 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.82/200 MB

Candidate Block

Mining Attempt b98d522edeff43df54bd4606d81f32e74ceace7fbe4750b01fa76af4d48a8ce3
Version 20000000
Previous Block 0000000000000000000014b0e0c3ffdcd0c6f82f657121f2e5c5dea8833d7c39
Merkle Root 93e430f5ec33025eda8c67e27c2de4ba0bb7b3c125aee8c2d2bf277d97b60688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,791
Size: 0.99797875 1.00 vMB
Total Fees: 0.02093433 BTC
Feerates: 150.80 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,807 (709,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,268 204,268 000000000000012064725431c3e9b7ddc97f4b4f6e24b3af1e45df9a2d2a9957 800 0.40/1.00 vMB 103
204,267 204,267 000000000000054535278262fd0d462d8a197ca46332afea125cf0c3b84b926e 107 0.03/1.00 vMB 20
204,266 204,266 0000000000000307d7c72a4e5bdfc430719f3488ae77f54b9291b1107e6cf945 57 0.05/1.00 vMB 48
204,265 204,265 00000000000003a73faa4cc404ebc5fe8f4e3d867abf79ac3805e6b8038d6308 409 0.25/1.00 vMB 90
204,264 204,264 00000000000004927d714f57e1514906637b0c7c2f5670f5697654ddc3f616db 739 0.25/1.00 vMB 170
204,263 204,263 000000000000018d6b2efe1cf45ddf0406c63581c62d5e7014c35045e26a5754 57 0.03/1.00 vMB 109
204,262 204,262 0000000000000197e36b688acfabf00fb1230d850f82501624c8b1f508adc103 80 0.04/1.00 vMB 119
204,261 204,261 00000000000004305c232389f6f6840025a329a7787aa949151e710a70b5eaa7 613 0.23/1.00 vMB 133
204,260 204,260 00000000000000ac7fa7491d9f27a9ebb894207ab566eb82469ca8ec367228db 408 0.30/1.00 vMB 59
204,259 204,259 00000000000002042651e174dbc5e17e3be68dbe270d698723ba794d41d274dd 149 0.17/1.00 vMB 69
204,258 204,258 00000000000000a356f08182a4e77eb7d85891625a49ee3c439e864ea1ccd683 658 0.25/1.00 vMB 147
204,257 204,257 0000000000000255fd5dd4ad0f6c65ca9a8b4ebd3d74b2542625b58854c0ca2b 176 0.05/1.00 vMB 31
204,256 204,256 00000000000001f7db2a9861f24bf846932d796b7e6d40a403b430224cd4b316 14 0.00/1.00 vMB 15
204,255 204,255 000000000000022b3e420a9f9687bca986365d4cfb424c73ef3cbc23a2a8ef45 392 0.25/1.00 vMB 123
204,254 204,254 00000000000002754fce1b5af27647649d7409f1611ce1c4b9a0fcffe73e8bac 560 0.24/1.00 vMB 132
204,253 204,253 00000000000002801c3b453565febe25a0c9dee53e3ff27bccbbbc2a24e87225 273 0.07/1.00 vMB 1
204,252 204,252 00000000000000f3874ce4d9559243fbe198846e84653180a84d857415e16dec 498 0.17/1.00 vMB 215
204,251 204,251 000000000000054abbb5c65c6a1b6374a2ace2fcd48b33873e175c52bb80a388 549 0.25/1.00 vMB 115
204,250 204,250 00000000000003eff62103d5cfa2088b60d267bf6adbb0c97549b474913981fb 618 0.25/1.00 vMB 137
204,249 204,249 00000000000005345df695fb7193ae021f303a67ff6c43d2e50ccfaf5469d8e7 498 0.25/1.00 vMB 120
204,248 204,248 00000000000003d6896a2a398dd76e9991398cbee238b27b257bab788e93f568 632 0.40/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 780.28 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: 516.28 GB
    • Received: 4.43 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.