Loading Tool

Explorer IconExplorer

Memory Pool

26,107 transactions
27.57 vMB
0.05709254 BTC
Random Selection Loading Transactions
Max Size: 131.82/200 MB

Candidate Block

Mining Attempt 0fe2e0c4b2f23926a6f2c0aed986c8645f7b0119674e7d533b0d36e6d888a890
Version 20000000
Previous Block 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae
Merkle Root 8fb71896e50c03b6466fca702b8528650ad823d1fdaf6a2de8d4c019a395e7de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,907
Size: 1.00 vMB
Total Fees: 0.00430110 BTC
Feerates: 6.62 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,500 (673,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,389 241,389 00000000000000dc85568891f4ed4d2ee09d86c0dc28ce97e125829397eab1bd 60 0.05/1.00 vMB 116
241,388 241,388 00000000000001090b6d2a94fc6a7e9de35a6a9d81f36e5249c6409d0e338177 82 0.04/1.00 vMB 125
241,387 241,387 0000000000000033bf4e961e680d2bc0f128b333731d828ef13232a6472b3c9b 381 0.16/1.00 vMB 145
241,386 241,386 00000000000000adda4aea47f76a785fdcdd54e4de83db756116c1ed9269e49f 339 0.10/1.00 vMB 35
241,385 241,385 00000000000000e9e6d637cadd9059c0ab1cf11175b8f25722ad00270fd01265 361 0.20/1.00 vMB 111
241,384 241,384 00000000000000dccc4bcbdfd0220b7a792a5d4dc6e1ac8d96f2797af47a9695 419 0.25/1.00 vMB 124
241,383 241,383 0000000000000044867412ea9c9753057e1e969bcb74ceca9c6f65b3bf098ed7 608 0.25/1.00 vMB 1,633
241,382 241,382 00000000000000d111d51799948b857da47ec4275980d9a93ee502d1a1dabb4e 62 0.02/1.00 vMB 32
241,381 241,381 0000000000000082f8ba858c5c0fc424cb28aecc509807faf626e1a14a857352 517 0.22/1.00 vMB 156
241,380 241,380 0000000000000102607c1120c1ab1a480e3533fa0460a3b1cbebd9084a6ad2a7 11 0.01/1.00 vMB 65
241,379 241,379 00000000000000e3ee46ca83652000afccbfd3b096f1a0e15a806b55cad3dd8f 161 0.06/1.00 vMB 233
241,378 241,378 00000000000000989c5df5a52ffcc800a41e658da4b0f1a82e81f9a5b583deba 36 0.02/1.00 vMB 111
241,377 241,377 00000000000000d54b1c1f928a2bb032a1b128fce3ce92718ec66d7cf32ff72b 58 0.02/1.00 vMB 161
241,376 241,376 000000000000009ba1124f660f616e975550f06fa67382e42ebaf9d0ddb5d6a5 141 0.06/1.00 vMB 148
241,375 241,375 000000000000005a1f7dba5825df0d5928e3a1c8f15735d4a883632550916a42 450 0.17/1.00 vMB 164
241,374 241,374 0000000000000110a99feea20246cae2c1aae36ecaaf1903da5bd12da686590d 226 0.10/1.00 vMB 133
241,373 241,373 000000000000007e1451353b4f3b577a6b6207750975cd73cb49a6c0cbcc9590 361 0.18/1.00 vMB 150
241,372 241,372 000000000000004455a3a1ddac4cb78a9782ea181a8f6c8d0ccc40e083d4297a 249 0.13/1.00 vMB 137
241,371 241,371 00000000000000333473b4ac1e062faacd4bd11242047715f85a2c1388f4b751 220 0.10/1.00 vMB 183
241,370 241,370 00000000000000807f7b7666e0936bf5647410d5eef2efe5f6d35eda9a48af80 41 0.02/1.00 vMB 176
241,369 241,369 00000000000000a09619740312de47c0bdbdb23cb22383ad9a5e7e77f008d324 210 0.10/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 781.50 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: 612.22 GB
    • Received: 10.97 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.