Loading Tool

Explorer IconExplorer

Memory Pool

46,107 transactions
30.57 vMB
0.09728285 BTC
Random Selection Loading Transactions
Max Size: 157.20/200 MB

Candidate Block

Mining Attempt a16a17653e318b5f2afa78ad0d11578518ab976003ee132ccfaa0018ff11fcf3
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 3c42cbe8edf55e035e742c483e53ef0cb84a98cddfc247086c17719c06ea5fbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,558
Size: 1.00 vMB
Total Fees: 0.03084048 BTC
Feerates: 100.29 > 3.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (344,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,981 569,981 00000000000000000011dba7352f5b43125e744772597dce915b1d3db8a1ec14 2,326 1.00/1.00 vMB 73
569,980 569,980 00000000000000000020c2368b7603dbc6e41d90837a1ea92ea14a301d382e5e 3,142 1.00/1.00 vMB 108
569,979 569,979 000000000000000000268129fff723b247e5575e941414163e0deca204bbb518 1,981 1.00/1.00 vMB 50
569,978 569,978 00000000000000000013ed5c377859e2c2c0bbb29098b0af8a3124037b305bcc 1,967 1.00/1.00 vMB 75
569,977 569,977 00000000000000000007a49a22d37d1af3e5253561afd62aa0081edadd4e9206 1,968 1.00/1.00 vMB 78
569,976 569,976 00000000000000000024a1940e6f4ad13b90b5b058c6fec30b6af518bf104857 2,691 1.00/1.00 vMB 74
569,975 569,975 0000000000000000001d1f2728a67d299b29ff2ef2c5359bc3ab9a70fd31a957 2,423 1.00/1.00 vMB 79
569,974 569,974 0000000000000000001109b5523ee3c974ffd61354926ccc5cd56e53e8202e4f 3,109 1.00/1.00 vMB 87
569,973 569,973 00000000000000000005a8f960cb979537bf9127a17465858b126e8bdd59c94e 2,437 1.00/1.00 vMB 116
569,972 569,972 0000000000000000000c176675acab1a1ce7332544c76bc9bbccb69a05e4f4e1 2,662 1.00/1.00 vMB 117
569,971 569,971 0000000000000000001d7b886548a1789b045b89dab6959a580b1fbcc5aee98b 2,715 1.00/1.00 vMB 60
569,970 569,970 00000000000000000012cab9cc2bf8cfcec246b9d6cc341e95bec149fe856eb3 2,495 1.00/1.00 vMB 49
569,969 569,969 0000000000000000001d103ca57753fa5dfe715a36e0bae34c13b02a949dcee1 1,430 1.00/1.00 vMB 48
569,968 569,968 00000000000000000002a5bc2ff9403fba59af50aa8bbcca99f95e4082c63c6a 1,763 1.00/1.00 vMB 88
569,967 569,967 000000000000000000004ed0a096dfd2973a568ea7edd6020346e5147a550f34 2,855 1.00/1.00 vMB 89
569,966 569,966 000000000000000000017c2a777cfa6bff8f32a14e71180948c61bbd4c3806fc 2,362 1.00/1.00 vMB 63
569,965 569,965 00000000000000000028627ce3a2094fc8d2b4e8d16c5033e179456392465b8e 2,340 1.00/1.00 vMB 67
569,964 569,964 000000000000000000082e0075e6d7afd2864cb75c14d146be2821a12307bcb0 2,028 1.00/1.00 vMB 61
569,963 569,963 0000000000000000001d2401b43c65f8e7d37de3e9272278a58204a930872f71 2,654 1.00/1.00 vMB 87
569,962 569,962 000000000000000000105ea9f04d378e6894c016b286d62cfe270f75baa6a09a 3,159 1.00/1.00 vMB 108
569,961 569,961 0000000000000000002acbc79554370bbc75bb66bf50aa13adac08417afcb809 1,849 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.68 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.