Memory Pool Memory Pool Refreshing

2,798 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,795 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (461,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
446,094 446,094 000000000000000001c95994d97254cbc519aaadc28839280d4b99bf16c83bec 0.19 MB 438 74
446,093 446,093 0000000000000000035093054df949eac9d1a4fa722d70475eb6970c88da5299 0.66 MB 306 30
446,092 446,092 0000000000000000027832710f1958ee3a1c9be3cf3ee4335867c992afe834b6 0.16 MB 358 77
446,091 446,091 000000000000000001c8f2ec058938063e314deef8be239795f597442090bda3 1.00 MB 402 27
446,090 446,090 000000000000000002e106a6756406cceca7a8a5b7c10166bfab22acea7edc3a 1.00 MB 2,366 82
446,089 446,089 00000000000000000257079d659a9b1d3b775e7c434a8e79b4b0c47dc07e8d96 0.04 MB 123 82
446,088 446,088 00000000000000000193063e7a3e766bed3b15a02424c0e368712324efd98c15 0.14 MB 300 78
446,087 446,087 000000000000000000347eac515ecb14230eb19ae4c0014415e610ebcff67ee6 0.94 MB 2,134 74
446,086 446,086 000000000000000001ed607107da7c9c44fb0c0ff8257f0becfaea4a1832ef0d 1.00 MB 244 7
446,085 446,085 0000000000000000019f07738165fc37c9f0409bdb617060554d510c34a46db2 1.00 MB 1,091 28
446,084 446,084 0000000000000000023d57f4b0a114ddbe180640235bdac38571c7ff22bd32be 1.00 MB 2,391 89
446,083 446,083 0000000000000000000633c5063972e3e9f4465642eb94f5efbd7f7927859b22 0.01 MB 46 87
446,082 446,082 00000000000000000307def1438998bf8c51d776bed1de7f2dd730d89076d77b 0.34 MB 785 66
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

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