Loading Tool

Explorer IconExplorer

Memory Pool

79,123 transactions
29.66 vMB
0.07631062 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 677545d6bb16a64b79373a12d48b6e37c9132b4f4e1121e63f41f2221239001a
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 351f28b18af5941546da1a8aab61d0f1a00c4ece2f97a5d5e18989493fabfa9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.01592802 BTC
Feerates: 101.61 > 1.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (287,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,283 627,283 0000000000000000000e84faae883f9f392fcc410f6c46383c29a8ccad9a37e3 2,694 1.00/1.00 vMB 24
627,282 627,282 00000000000000000011822fea1d7e4da5f8930b80544bc471a4562ccbe900c2 2,475 1.00/1.00 vMB 32
627,281 627,281 0000000000000000000ff687a65ca3ff6bbe1005771fecd4a261a12d8cffe497 3,131 1.00/1.00 vMB 44
627,280 627,280 0000000000000000000ccfd38a6bb033175112d5238f0d0c043dc285f73ab3f1 2,519 1.00/1.00 vMB 12
627,279 627,279 00000000000000000007b2876ac26a996091200ef15c665a4c706f4bf2e52697 2,982 1.00/1.00 vMB 17
627,278 627,278 00000000000000000002edea14cfbbcde1cdb6a14275d9ad36491aa5d8862747 2,375 1.00/1.00 vMB 29
627,277 627,277 000000000000000000028dbd5c398fa064b00e07805af0a8806e6f3b6ffce2c0 2,934 1.00/1.00 vMB 23
627,276 627,276 0000000000000000000b765fcf7f744ed0ac934f5f4c38f6da16af22febb248c 1,807 1.00/1.00 vMB 26
627,275 627,275 0000000000000000000861d9fe17db30d1e58e3b1424f64053b339b42ad07e38 2,917 1.00/1.00 vMB 36
627,274 627,274 0000000000000000000aed98e1d63038a5542dffed78b6b20f359b2fd95ec00c 2,878 1.00/1.00 vMB 37
627,273 627,273 000000000000000000033a2c1b6999e1a2a807ab128c92556bd55aa45b56bf12 2,361 1.00/1.00 vMB 35
627,272 627,272 000000000000000000046b0e3c04bf0d58e2d81ee7b8fcbf88e229b8a5dcae04 2,907 1.00/1.00 vMB 43
627,271 627,271 00000000000000000009159a8f1aa246c5bcf35709f080e13ac51ef980404975 2,561 1.00/1.00 vMB 34
627,270 627,270 0000000000000000000dc6156710b808f975f399d18c10872b76a206dbb1db3b 407 1.00/1.00 vMB 3
627,269 627,269 0000000000000000000d69ed003f838c2f95010bba8d1fb96c5d48d87faee86c 1,293 1.00/1.00 vMB 2
627,268 627,268 00000000000000000007cb510684669dc00a3537732b1d81605a8cdc341fa34d 2,047 1.00/1.00 vMB 4
627,267 627,267 0000000000000000000b3aca3c184e85137fdf896aefed0d0f657d080aa3cf26 2,794 1.00/1.00 vMB 32
627,266 627,266 0000000000000000000d47a3a141a3607a796f0b418974aca98108b6af5b6083 2,438 1.00/1.00 vMB 14
627,265 627,265 00000000000000000000158949d496c623de778f7881b1c92336a369a137cebc 2,171 1.00/1.00 vMB 33
627,264 627,264 000000000000000000038b728287f5b3dbf64ce74f3013c01c3ea7bc3c7eafca 2,550 1.00/1.00 vMB 32
627,263 627,263 00000000000000000008bd365d9b16ee64497d738c3bcb44e26557968f68129b 1,861 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.