Memory Pool Memory Pool Refreshing

5,616 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,081 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (723,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,366 184,366 0000000000000709e567393d08e4a5e793dd72c829f061095567360c0678795e 0.05 MB 138 122
184,365 184,365 0000000000000245d19676f36b9412ff387054e7ceb8e0da4aca4eb94a398d6f 0.00 MB 1 0
184,364 184,364 00000000000001105285c2febdf69d5f90b594853dbbf8f977102fc907c93fdc 0.05 MB 138 144
184,363 184,363 00000000000008ea3c2c5770444c1dcd5701af0cd672241e5ba9063816c0581b 0.42 MB 960 133
184,362 184,362 00000000000006b06b7f56a165298960768de0eb779298e571651f32bfd37c46 0.05 MB 119 364
184,361 184,361 00000000000005201b5708b5441e55b964ac614b74afc3f1ebe56ea5b039ce33 0.25 MB 621 126
184,360 184,360 00000000000001673895276538a908f8d6e8fd3cab99a553182a6f8659ce662d 0.05 MB 152 24
184,359 184,359 000000000000064b2e20d8545b6e7175c0984f8459930b007de67f7282d702da 0.00 MB 8 0
184,358 184,358 00000000000000cc09e0995c2297942e7c25929ab1eb5dd01d747610ecdeaa75 0.25 MB 529 152
184,357 184,357 0000000000000392c0d39f5d8e5c3eb82d2f25aa77ec22033080d9bb353b44e9 0.05 MB 155 161
184,356 184,356 00000000000000174cabd3708b453255187e28ef24a75220afde3b76aa087436 0.05 MB 105 90
184,355 184,355 000000000000091c46ff011219a805d39e69ce51a4ea4f417aa0ab760cf1f2fe 0.25 MB 694 141
184,354 184,354 000000000000056e25c16d7f2846ea8c6c489f3cb4b7b10069a2687befd2f919 0.00 MB 9 15
184,353 184,353 0000000000000354688cd51355724e2a85ec3f3a32e2c1457ec64ebde42f2fc1 0.25 MB 628 132
184,352 184,352 00000000000005bffb8284527a531232e33c4b93920f63d0f293e2b7bf2cc559 0.25 MB 508 119
184,351 184,351 00000000000003144851969fcac6b3ce9aba32ac74abea897cf94663035e0446 0.00 MB 12 722
184,350 184,350 00000000000003ca6c6cf857d7d4817e937407dc66d57e9769ea433a005d9738 0.25 MB 686 140
184,349 184,349 00000000000000f23766450f0441ebd3f4eaec3560cf3ba62ca269f740e29661 0.05 MB 138 146
184,348 184,348 00000000000006c8b78a2fbdaaf2304feb2a5b98186be74bf7d89eba606ca09d 0.25 MB 667 131
184,347 184,347 0000000000000854bb29a47aba382fc4930867efcfc2ca1c2b6ec6a7eba20621 0.25 MB 700 156
184,346 184,346 000000000000015c084e3bfbb559a3664279c62fcb471ef173def042ccc5a36e 0.25 MB 616 132
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.