Memory Pool Memory Pool Refreshing

9,206 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (753,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,450 154,450 00000000000004c99a761980e3336f11cfb13c992b8252c82f17c7c5881c6130 0.00 MB 9 0
154,449 154,449 000000000000085664374bb768d0d4394875848293377bcffcb3b49532e36f38 0.04 MB 88 122
154,448 154,448 0000000000000b6e009f2aefc101f3aaf5b9d7e399f2a7a4e626fc9b0b426093 0.03 MB 67 163
154,447 154,447 0000000000000913a70ffa5a2aa6fb5712f217dd219eeb03506386e33162302f 0.01 MB 17 72
154,446 154,446 00000000000008ff3d6acf8e2398911d688e3a2c65aab45d591784fa163d17d6 0.01 MB 12 47
154,445 154,445 0000000000000c2d2466c07c847b461fe6669668a7f3be9f9c2f67715eaa0b56 0.00 MB 9 259
154,444 154,444 0000000000000326cdb67396e8623aac409a554e4cba4f22d8a33567cb5f55b7 0.04 MB 114 83
154,443 154,443 000000000000085bcad919331825092f04f67b5df0bb8bb3614f603e880947a2 0.01 MB 15 193
154,442 154,442 0000000000000164b79ee109d4cb4689c072146e80966ef2fb1abed136f54a2a 0.01 MB 13 120
154,441 154,441 0000000000000bcf1e8fb14f77cdd8c767f0d131ce8b4e038dc2829adfcf6166 0.01 MB 29 167
154,440 154,440 0000000000000c1ce5d6bded2c06fead661676770631045fa1528c91dfc3eb5b 0.02 MB 51 90
154,439 154,439 00000000000006359db0a4f0c017d3942879bb84befc504c4ea72c88ceb5100e 0.02 MB 42 226
154,438 154,438 0000000000000dbefe1f31c27487296a4b9327fce47e4250e4762fe3e33179e7 0.01 MB 11 0
154,437 154,437 0000000000000171b12df5c1bcbac30861d4d686d8c6ba848673dcb65f676aac 0.03 MB 24 221
154,436 154,436 000000000000039f63064bdacf36e0b81a19632c7e28afd6ef0cb337e8bb8a9a 0.02 MB 65 137
154,435 154,435 00000000000000a87a7c21031d346f5e80a61a166edfe69187869fc93250086f 0.01 MB 31 0
154,434 154,434 00000000000008a621f2649f0a6a599170da283d26ad92107e840dc5e2998551 0.02 MB 69 19
154,433 154,433 0000000000000c3319a7d2ff79b50299e80c6415d7220c4f5fd679aadfe3c80e 0.03 MB 121 7
154,432 154,432 00000000000004611ff254ba52111a14a98de7167f79feae9fdb87399e18cca0 0.05 MB 198 6
154,431 154,431 000000000000045fa0522a634e23d4e333215ade3a9cd43d0f9f7d43153e05d8 0.03 MB 69 219
154,430 154,430 00000000000009a4b2b4502fe84e23b3ca0957c776a927813a05ea614be472f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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.41 GB sent, 92.72 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.