Memory Pool Memory Pool Refreshing

383 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,030 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 382 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,029 (695,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,582 212,582 00000000000001f0185431110bdce13f3765f0e20e8384ee5116d32ae54bc5f3 0.25 MB 476 478
212,581 212,581 000000000000039109f55ebc6fbe610f215335e1a0ecc1dc9ace3d91cd98fe99 0.00 MB 11 174
212,580 212,580 0000000000000419f7195f98e75eb0b8f63a682c189bc3b4ec7cc1eab16fb82a 0.05 MB 113 286
212,579 212,579 00000000000001e91ac31b42f06a441b7802c468cce363efb4f2af0e6912ba27 0.05 MB 138 79
212,578 212,578 0000000000000188748146b61597c5c80a8cbecf10103c521cabf65641650bdc 0.28 MB 742 200
212,577 212,577 0000000000000113fd88100758cf30f5bfdf2b235292a273e58de97a9286df77 0.05 MB 135 320
212,576 212,576 0000000000000417607783e5329869f158477a6c692facc9b8ae40c8fcbc2032 0.09 MB 210 179
212,575 212,575 00000000000001391c8a280d2b1c122f92e4d15f52b6876fe8f390deffd96ef7 0.10 MB 272 180
212,574 212,574 0000000000000118f1f1acfb73c6890ef106bf087369a2fcde3669fab9c37111 0.03 MB 89 46
212,573 212,573 0000000000000142690f93b0adb9f0540da13de499f54b43d0a4a392c5ee2c6d 0.09 MB 233 202
212,572 212,572 0000000000000069861bc365475c7b2ab480064a4f3ff76c7c476ba5d04bedfd 0.04 MB 90 83
212,571 212,571 0000000000000060f1c3943db24c76aa2c8e80e543a51728e7edf3aba23a928c 0.13 MB 260 306
212,570 212,570 00000000000003f0031eec7b9a5a117bf9e0919da991abef6677ea034d8aa527 0.18 MB 486 202
212,569 212,569 000000000000022c99604cbaf046b546e8556819950faba642f6a1bf2967fa68 0.25 MB 559 180
212,568 212,568 00000000000003d46d4ca194ea1a8854a7f49a4ffbe769858e8ba5415a895291 0.00 MB 9 303
212,567 212,567 00000000000001df382dd07094c68ec3f88352a1a04f9fd91b5c63ef6d667a26 0.03 MB 63 152
212,566 212,566 00000000000003328130e6c99d698db93d92dff3c1e19544fed9c10c603a5375 0.12 MB 274 164
212,565 212,565 0000000000000399aff558d8eea930c709edf795e6537e49dcc52be582dd6e0c 0.19 MB 457 170
212,564 212,564 000000000000005245bf330e73fff3bcc8f8bc3d0043df18bec979530e7473d5 0.01 MB 45 556
212,563 212,563 00000000000000fcbb1ce84be7785d090b0185b8a2feb700995a30ce12f55277 0.18 MB 342 149
212,562 212,562 0000000000000099d7bec27be28979c5f16a07a9c24f3cf4f74ea19e25a9cc2d 0.03 MB 116 99
Previous 10 blocks ↓
Total Size: 769.60 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,651.45 GB sent, 95.90 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.