Memory Pool Memory Pool Refreshing

2,950 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,853 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,941 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (569,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,111 338,111 0000000000000000106fd0c6ce1de9d75dea15676055c0cde2688e4d82e66b2f 0.77 MB 1,175 22
338,110 338,110 00000000000000000ddce8e7fa1baf37f658138f62c3780dbbc10074ecb57b6e 0.00 MB 1 0
338,109 338,109 000000000000000012c0bcc02486c0801e0f7cb05a453a264d8f2f9e69404660 0.26 MB 523 27
338,108 338,108 0000000000000000056a8b02e522a20230235f600f44528d065ff39a7c4b87ef 0.82 MB 920 16
338,107 338,107 00000000000000000f1764dd42422f10172dd6728149b5c9068d8ddee7b7d514 0.75 MB 1,439 20
338,106 338,106 00000000000000000ca2906dc97b668b445285f6f1291d336839184e0531cbbe 0.31 MB 603 25
338,105 338,105 0000000000000000071fb51efc36bafd19b0901ca3c419aecc97791564237d04 0.75 MB 1,376 25
338,104 338,104 00000000000000000b862aba01d8d8d23d7804afb665d9069f0ed6c57a05e0a0 0.75 MB 1,417 24
338,103 338,103 0000000000000000167959cacbf708acc7caf52dccc7361cb3ceea634839e464 1.00 MB 1,793 26
338,102 338,102 000000000000000018a4de518a5ecbaae70a195e59df21f620c96291c3b2617c 0.47 MB 965 27
338,101 338,101 00000000000000000e9ff888119e1a6211e6858448fd6866099be8c1a3a4dd2e 0.14 MB 298 25
338,100 338,100 0000000000000000081d26814456e96ea02a0a2cc70c23b6cf5f8c342499a1ac 0.14 MB 424 34
338,099 338,099 00000000000000001216a75b71a043bff166e961fec3e624693cc4499b698a9d 0.26 MB 468 25
338,098 338,098 00000000000000001323a6d67f2d7c3b8b287ce8fa2e41407518ae686ff27c49 0.11 MB 157 21
338,097 338,097 000000000000000010b43ccc975b61237a0514e79be268cc92b135722d9c2bf5 0.38 MB 642 22
338,096 338,096 000000000000000012e890d05cd5862e62bdf0bebc6614d90f0ee8b946c8e682 0.33 MB 454 17
338,095 338,095 000000000000000016af5e7ab6a4e1e921b0d0fe933bbf2679b550643baad5e7 0.75 MB 1,768 29
338,094 338,094 00000000000000000085367a908ede955d742347bb7923cfe864944804c5bbaf 0.25 MB 433 170
338,093 338,093 000000000000000005a2edf334f969c34fdefd91be0369564451cae829ed8b1d 0.19 MB 444 25
338,092 338,092 0000000000000000154834ac9c049ab313fa47a80d549904ceda50b375aa316c 0.20 MB 367 24
338,091 338,091 0000000000000000181cd41e4aee9b38dc63e5e700cc9fa9a6f9d98f0f1f5121 0.52 MB 1,381 30
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.29 GB sent, 94.24 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.