Memory Pool Memory Pool Refreshing

2,363 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,779 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (498,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
409,479 409,479 0000000000000000014c000ebedf74bd453eb066145e17d58d01ebf99fbea20f 1.00 MB 1,616 27
409,478 409,478 000000000000000001fe35bfe3f83f0c3c390d593e9e5f1803a5914a515dcdd0 1.00 MB 634 14
409,477 409,477 0000000000000000021f46cfd54fd2e427888c6c3bfb0dfb9f324f11d6c0dcb3 1.00 MB 2,681 43
409,476 409,476 0000000000000000037790e2046dcd03de78c13018fe0a02d9af7f69db9656d5 0.20 MB 569 45
409,475 409,475 000000000000000000554d28a09a448b93aca52f48e610c41c162a3af03acbac 1.00 MB 1,721 30
409,474 409,474 000000000000000003fd7944637a232469890b183271be70dbd9bd91f3c07f5e 1.00 MB 1,729 34
409,473 409,473 0000000000000000060515bcaa005af44f1b582105aa790b66b3ddeef7df1152 0.99 MB 2,712 48
409,472 409,472 0000000000000000050e3c913162c7018747fcb6c64618cb83beedca6576c74d 1.00 MB 359 13
409,471 409,471 000000000000000004672c4380a9006447afdce34712daf2022f008e595efe05 1.00 MB 893 23
409,470 409,470 000000000000000005df034685625c1ea30b6d8c0de7b51d756e24d876a27a06 0.99 MB 2,321 42
409,469 409,469 000000000000000005f1a2e860155b9cbe19587c14456c6eddb4228129d34f7d 0.13 MB 322 44
409,468 409,468 000000000000000004f464063fc1e68253112e6060516d4a5048905116d595fb 0.63 MB 1,394 38
409,467 409,467 00000000000000000001e956fad13797d11d12f6243858cb96b64e1f90bd7f9f 0.89 MB 471 15
409,466 409,466 000000000000000002785d889b2c16797da0c38f84d494aee9d8167ce4320cfd 1.00 MB 384 12
409,465 409,465 000000000000000002a1195fef2946163621d1fc21a5e94ea20f1e5df1ebe29c 1.00 MB 1,630 37
409,464 409,464 000000000000000001fe5bcc0e261daed0f2028a95d4b0137694bc2b3df4ce4d 1.00 MB 2,091 29
409,463 409,463 00000000000000000258c128501f1e0246c675dabba7acd95a3838a5a50f04f2 0.75 MB 1,694 48
409,462 409,462 000000000000000004faf92ad76ecc29d241752e53c07197b13424e04d50e3d7 1.00 MB 3,033 69
409,461 409,461 000000000000000001893e44352e7cd4c7e33d8249068bee3d9ab5f47ae375b5 1.00 MB 834 31
409,460 409,460 000000000000000005544cde944eb97657bf49820250a0167fdff1c34cda0fb6 0.94 MB 1,745 35
409,459 409,459 000000000000000001610eab0d84a6fa6baeea5074c8d88a1f44c2f054607597 1.00 MB 1,430 25
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.