Loading Tool

Explorer IconExplorer

Memory Pool

27,999 transactions
10.10 vMB
0.03381016 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.81/200 MB

Candidate Block

Mining Attempt efdac045abe98145ede6bf08863f199b08adee87b1a0fa4be644e867890b7b03
Version 20000000
Previous Block 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96
Merkle Root eb0a0617827280fd4aae1fb7546e0773b69db39ea39bff9100f68af88773000e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 716
Size: 0.32 vMB
Total Fees: 0.00873893 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,249 (710,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,077 203,077 00000000000003b2f304840da6cc57218776aa0eb058dd47c581fbe3d30ccbfa 135 0.06 vMB 113
203,076 203,076 0000000000000163ad3264675c6850dbce250619c11fc94c4ec1b35027b0f393 16 0.03 vMB 27
203,075 203,075 000000000000046afc45840e7a656478f34239410d721502e3177a9160a425fc 34 0.02 vMB 75
203,074 203,074 00000000000001c95765f8754af1b3f99d663b22a53fb3dd0c787e827d91504f 351 0.18 vMB 133
203,073 203,073 0000000000000278fac0c1c016e4cf37b32c828945201c48fb8dc7396bd422ee 549 0.25 vMB 215
203,072 203,072 000000000000020d8779cdd51fc7d790242f40e18737268517acdbf9869a8449 461 0.17 vMB 145
203,071 203,071 00000000000002b10718de79f58bc6bfddd596a7cd1a2464fda53360d8f428dc 58 0.02 vMB 136
203,070 203,070 00000000000002c8f324ae9a244dfcc71836fede48d19bf0f851c7c59681c900 451 0.19 vMB 117
203,069 203,069 00000000000002bde6cd4fa2087f27c805faab2cda5340f83a1981fba19b6a69 104 0.05 vMB 94
203,068 203,068 00000000000004b91f47a66b6aeec76c7ef188cbec1bb27720a3cc55b57e9139 319 0.25 vMB 134
203,067 203,067 000000000000006ff646ebb7c559c3c16fc5dc9f8813dfa9ac582ff9de848628 650 0.25 vMB 324
203,066 203,066 000000000000000511a65a66065b50f0612d06d2766495695a362c0969a6f866 230 0.16 vMB 242
203,065 203,065 0000000000000375f783012285b75f1e279d51d916fe29783f457dca78828201 546 0.25 vMB 112
203,064 203,064 00000000000005169457805a52f97935a885e42fed557b0063c0ca9898b3905e 798 0.25 vMB 177
203,063 203,063 000000000000011cd5f98ecf3656cae47ef8703cb3dbe9e29e1f222704e7e986 103 0.05 vMB 187
203,062 203,062 0000000000000000497b8b1a83a091bbd8fa7afef1bf62263ebd79019e98eab6 153 0.05 vMB 346
203,061 203,061 000000000000038c8ac727a768f8e738a92c91beb55da9109eb5885aeee454bf 176 0.15 vMB 75
203,060 203,060 00000000000001beb87bda50afad03d4afcc17443ba64cc7169da7e61ef90e05 75 0.03 vMB 136
203,059 203,059 0000000000000398d62b7741273602dd8c098f6c05b2ef59b08ffca9327aa9c9 667 0.36 vMB 89
203,058 203,058 000000000000040e21178f841de61a5b6049b1e04331cbb82aeb6699e879d4e7 206 0.10 vMB 176
203,057 203,057 00000000000001b97abf79f57e8832239ce3454165cc5daced6ce0d64844e794 16 0.01 vMB 95
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 90
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.10 GB
    • Received: 0.67 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.