Memory Pool Memory Pool Refreshing

3,449 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (461,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,115 446,115 00000000000000000011b5539dba18c866bdb21100902dfcb49ce4aa184887d9 0.71 MB 1,002 53
446,114 446,114 000000000000000001a78abbac311e567bb724f8ff0118fbc57b4a0f7f4d3ce2 0.59 MB 1,025 70
446,113 446,113 0000000000000000019b6e447f6968ae23dfd034045364aab44dcb9d5172e1d7 1.00 MB 119 1
446,112 446,112 00000000000000000375208490d30a7372e19862579e17c3247e6a426d2f5867 0.20 MB 182 22
446,111 446,111 0000000000000000017a1b6e6ba19e5ce1ca1708ce41f9ac0ab8517c47ea04a5 0.98 MB 1,218 55
446,110 446,110 000000000000000002dd86a2cecebf004011bbc466ee5e3437b0a7b3dc022987 0.68 MB 1,295 71
446,109 446,109 00000000000000000337e894754f866d3a98a94fc3f9d555be0da2423f8c93a6 1.00 MB 464 14
446,108 446,108 000000000000000001b35d2d6bba1fe3c9637868f37f6700f521e84c7b7980ea 0.38 MB 749 72
446,107 446,107 0000000000000000010017927692f54ddd72803f86cdac97a578f6ff94f550b4 0.36 MB 725 73
446,106 446,106 000000000000000001696cdc00eb3ef264cac583dce8522a126d9dcd3fa86ec4 0.72 MB 798 44
446,105 446,105 000000000000000002c2e6440967ffb7077bf6e421c942681549067d972530cd 0.98 MB 1,023 44
446,104 446,104 0000000000000000012fc84b240d6e4eab3a613cd221d644449cde669115f702 1.00 MB 963 42
446,103 446,103 0000000000000000024f24ac1bdbdab45e676d1e08e62c0d249897df73ef67bb 0.21 MB 475 87
446,102 446,102 000000000000000000e4d4bf0bc46010784e75dde366e60c859418b7adbbd133 0.60 MB 1,434 75
446,101 446,101 000000000000000000a488c8288b90ef27f88af13c1cde50561964db340708ad 0.11 MB 127 24
446,100 446,100 00000000000000000189472fb76ede1331e87fc5d942733aefa470eb726e943d 0.22 MB 192 50
446,099 446,099 000000000000000000f09e007b356f1efee7e6b02a486c06a3cfdddfe5b5bd47 0.87 MB 178 14
446,098 446,098 0000000000000000013fda1ce2cab7f63184cfc95c5663dc6cb6cca2628de17b 1.00 MB 895 42
446,097 446,097 000000000000000002b16abdd75f68119d11dc06a677f7815b6adbc98c62d362 1.00 MB 1,696 57
446,096 446,096 00000000000000000263685292db4f33e804badfbfa7d871e42a8ddacf5f2f3d 0.99 MB 260 18
446,095 446,095 000000000000000000a7ec66d53d2f91c375930a84044e8d49d992e9f4695535 0.99 MB 1,638 63
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.