Loading Tool

Explorer IconExplorer

Memory Pool

26,113 transactions
27.58 vMB
0.05711454 BTC
Random Selection Loading Transactions
Max Size: 131.83/200 MB

Candidate Block

Mining Attempt 5e02b6b6b46dbcef3f886967bd9489e814d32c91b8bd1537bcbdcfa23e707ee8
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,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,395 241,395 000000000000005bda143844cf8102cafd9542d346f006d9b6d041a4ca3b61c7 23 0.01/1.00 vMB 90
241,394 241,394 000000000000002539c7e38080e778cd55c2b6f3b9b06a505560182b2bfc338b 180 0.10/1.00 vMB 145
241,393 241,393 00000000000000bd1d5345e1092b77abd00b7c16be1dba45bd18439e36257a88 194 0.09/1.00 vMB 125
241,392 241,392 0000000000000078cef606be1bfa82025d3d2b1cdee145759262724dbfb7bea6 387 0.18/1.00 vMB 156
241,391 241,391 00000000000000a9f4a2b1782e6bc0318d3f9a444c8034e3ba64bc21a95b6e24 201 0.18/1.00 vMB 55
241,390 241,390 00000000000000f186c5ebf86dba9c1942f909d234e525829899f03faabd06c4 586 0.25/1.00 vMB 147
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
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.