Memory Pool Memory Pool Refreshing

9,797 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,402 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (704,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,109 203,109 00000000000002f19d7644e37fbe4f84bf20c06dfe2e325c91239076152bfaea 0.09 MB 221 131
203,108 203,108 00000000000003a4d480094d77b9b37a662758d7b2ad46c7db467fb88dcb2184 0.10 MB 200 102
203,107 203,107 00000000000002ef9df6d32354f84ec4f7e2797e6e4cb36f391279e969fd8798 0.04 MB 85 104
203,106 203,106 00000000000002cfd1284be6a6f312784023f4207f19c806a23c6a6fcbb1daeb 0.01 MB 20 139
203,105 203,105 00000000000001088075b78afc6a8a99db37beb1347a222f38c303dadf0aad04 0.03 MB 74 131
203,104 203,104 000000000000026fe5a202e7daed74887a59587104c294e60c369658c9d66da5 0.06 MB 98 90
203,103 203,103 00000000000000f7003434149029030b544ef7e7ebb7e7c56d30f3b7d5ded1ad 0.34 MB 654 80
203,102 203,102 00000000000000c62c1e795ed57fbd3211c786e4f624feb562c5f95ac06c9471 0.05 MB 90 103
203,101 203,101 000000000000054c846c848006465dbe062ea05c910b04b0c16b46f4d28f7999 0.05 MB 154 178
203,100 203,100 0000000000000312e80e7a7bb6ccf9d7a3059d717d7e2448db4f2849c04d6586 0.25 MB 729 149
203,099 203,099 000000000000038891afef005dbedefa2e16161576da89827a33442c9a20c952 0.00 MB 7 0
203,098 203,098 00000000000002cdf7bff49670565fe0fca6d542f3cc6b9eff1f393b778867cd 0.01 MB 11 59
203,097 203,097 0000000000000176affcd5a7223d63dd39ac51168cf46bbc6d02b20536f3343f 0.08 MB 161 101
203,096 203,096 00000000000000ffa75650a7e392982c850313fcebd2b406a32fcff34ee89f59 0.00 MB 10 16
203,095 203,095 0000000000000280a0f3492e16267e53157c5d82c826cc0b808c13d5c8940e50 0.18 MB 272 81
203,094 203,094 00000000000002b39c38cb83da66cbf761fe6e9e5d721d351ca908b1909f36d1 0.21 MB 589 156
203,093 203,093 000000000000002cc84a3b49ce32e4bd1bee1eace5adf7c1a1d2627981b00ab6 0.13 MB 267 91
203,092 203,092 00000000000002f91c77ed463aa722f1ee72ba1c431a82382a9e0a601b46e97d 0.25 MB 503 114
203,091 203,091 00000000000001aa02ee086236116f2c4d212d89724fef6c7bb99fc6c495ec50 0.21 MB 392 126
203,090 203,090 0000000000000243695296ffdfd3e411812117865a7298fe6469b3ba4a83d87a 0.25 MB 679 145
203,089 203,089 0000000000000002b2bd84a5b05a330ecf6dd8d555d1772076e335aaadca0629 0.02 MB 8 953
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.