Loading Tool

Explorer IconExplorer

Memory Pool

32,937 transactions
27.21 vMB
0.05494599 BTC
Random Selection Loading Transactions
Max Size: 135.45/200 MB

Candidate Block

Mining Attempt ed956ea224f330a0a0358fa32740f7e7120f6b6c1fecd24be4650caf8647b584
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 1d219c178485684acf8f7819828c54d48bdeccb556849cdf2f1604cec9984fe2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,474
Size: 1.00 vMB
Total Fees: 0.00374155 BTC
Feerates: 34.70 > 0.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (518,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,454 396,454 000000000000000003cbafe926d177b06de9d6bf7a7b623bba02217cae901f16 710 0.90/1.00 vMB 62
396,453 396,453 000000000000000000b07707bb49ba19837e8bcf99291e5952aeb4300f05302c 394 1.00/1.00 vMB 55
396,452 396,452 0000000000000000014e680ab1c48d535912b237adfb2ede61f5f7ee8d4723b2 629 0.79/1.00 vMB 43
396,451 396,451 0000000000000000076ff1ffb33a948b739ac7fe72c989af8fcc3e5d9373ae9c 1,053 0.90/1.00 vMB 25
396,450 396,450 0000000000000000074fbe82732efcdc2b61ed8a0bb91366896954b6523e44c2 150 0.09/1.00 vMB 33
396,449 396,449 000000000000000006fc5c426088bd8f70bcf27ffaa907780ea4f2f2066b6c0e 942 0.95/1.00 vMB 18
396,448 396,448 0000000000000000062958b9206b1b2ad7b79f9ae4e4b90fb89756b451ded4a9 1,132 0.95/1.00 vMB 21
396,447 396,447 000000000000000001326a83f5a754466e3c14586fbf9eeed10963275ac48f0b 20 0.05/1.00 vMB 13
396,446 396,446 000000000000000002ced04f189d8e66e798626b3dcd9217b4f4d13233961a7e 2,700 0.99/1.00 vMB 54
396,445 396,445 0000000000000000063ada6c9b69f5f9edf61ca2da8c89f66bcb4fac601efc46 1,721 0.99/1.00 vMB 31
396,444 396,444 00000000000000000405f3680b00631c0215af6465b6b29a4260a48628fa1a51 2,383 0.86/1.00 vMB 48
396,443 396,443 000000000000000004efe601178d8c294cefa704c613f4fad1c9f5bb35330061 175 0.11/1.00 vMB 30
396,442 396,442 00000000000000000500241358fb3e193f162782ab477f2608aab68d7bd42068 1,548 0.93/1.00 vMB 30
396,441 396,441 00000000000000000870ca5fc5373548d7ff0180abec4ca063980951671f23da 298 0.26/1.00 vMB 18
396,440 396,440 0000000000000000062a3e878008e0c9050ead191f5547eba8709994669d9dc1 1,684 0.95/1.00 vMB 27
396,439 396,439 000000000000000003ec0d7fef4952e9c1e54e15f095f2a7ba7734d09a9d7829 2,531 0.93/1.00 vMB 59
396,438 396,438 000000000000000007bc1bb23e205f21dc1ced77d9a186397df5cf30365d0cb3 2,007 1.00/1.00 vMB 48
396,437 396,437 000000000000000001a563c043e850b09d8ba6f985c1f2ed31382e846fda7b16 1,014 0.95/1.00 vMB 31
396,436 396,436 0000000000000000072210c441ec3ff649f64f7eec101373a4b7e53668d176fb 2,284 1.00/1.00 vMB 40
396,435 396,435 0000000000000000082c86f9a810bc6d0ec540e76360b59587a460b9706c01df 1 0.00/1.00 vMB 0
396,434 396,434 00000000000000000735dd554a531e78d5bcd96b16dab9c9328dde4dcc37c09f 2,065 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 628.33 GB
    • Received: 11.79 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.