Memory Pool Memory Pool Refreshing

7,669 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,084 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (863,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,443 45,443 000000001b40c1a69d2dd780f83264efdc0001725f213f752ae0f351e13dff2d 0.00 MB 1 0
45,442 45,442 00000000330adcde4a3c6a7e0da401d848bb0e8f790215982795abdc35c60e55 0.00 MB 1 0
45,441 45,441 000000000d82d00f20e2360e2fb455526d702d4e909aa68eaaacc89ec9628028 0.00 MB 1 0
45,440 45,440 0000000036dc83d903d3307e50d059160174f73df3e44f5d75c2e2de105ca9c7 0.00 MB 1 0
45,439 45,439 0000000036442993fe916ebf1b1d7a5b79b3395daad7532cd6c082eb8d8e2ad5 0.00 MB 1 0
45,438 45,438 000000002e60d6453bea62981ba3e60fc9ccca72e42f1176eacc9cdc131511b8 0.00 MB 1 0
45,437 45,437 00000000157010c020e2cd84b441393ef48713badc7bdfb9d2a280faa7fde3e6 0.00 MB 1 0
45,436 45,436 00000000092ce0fe47729c1367918bbec6372b47e3f6308805cebe2125518ac8 0.00 MB 1 0
45,435 45,435 000000000f5bb4423f505021d5dda744d431230e968b28d326e08381cfc2e682 0.00 MB 1 0
45,434 45,434 000000002403a506e3cae5157dad21106a9cd4a61975f0424c6e75499488acee 0.00 MB 1 0
45,433 45,433 00000000179512846be2900a45a9623d8d3cf5db54ba952154f3aabd0b58c4f7 0.00 MB 1 0
45,432 45,432 00000000014b47feac7612fbf028611717051a99a2f1a5df9a68f53e86d36333 0.00 MB 1 0
45,431 45,431 0000000035100e93d206ec161c1afd97a34a73dc3598a352a5f2ccfdcc33bea6 0.00 MB 1 0
45,430 45,430 0000000033befb506f9acf6ad0fd51c68164b309f55e77e53095d3eb7d62b151 0.00 MB 1 0
45,429 45,429 000000001b2df6a6dd48b6bd82c6ad766bfc87431d20c9613e66df13a16d7774 0.00 MB 1 0
45,428 45,428 000000001433ee06746f22625716702f78d3075fae58cd8a580c32418d3b333a 0.00 MB 1 0
45,427 45,427 000000000b3a9f48e792970ad37513825c4466b2eafbacfd8a3530755ea76eff 0.00 MB 1 0
45,426 45,426 000000000ad0bd39a325c7cd3b988ef30013048f0a883a930a08ba5ec5fa8bee 0.00 MB 1 0
45,425 45,425 000000000db4a378912949f3a1c5a6364fc43b2e29df52f8f6884e5a55310a1c 0.00 MB 1 0
45,424 45,424 000000001b7c04ca61a4e1ec7caa04c9fc56e02c5aafeaefb56755ab0eedcc5e 0.00 MB 1 0
45,423 45,423 000000002a42bcfcbbbd8e804602e38ece1a2be01397862f94bdb2b930a34f02 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.16 GB sent, 100.78 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.