Memory Pool Memory Pool Refreshing

4,407 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (34,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,396 873,396 000000000000000000025dffd3adbd7993e140f47e793685855f86d8abc1dc2d 1.74 MB 3,996 16
873,395 873,395 00000000000000000000e52d4e97a6fe45978fde79a4c2a9201a211e6f01c573 1.59 MB 3,805 16
873,394 873,394 000000000000000000001a57e402167be7529ee08cb2f9088622e3973304e79d 1.66 MB 4,157 11
873,393 873,393 0000000000000000000144031f8f3de247edeccbd8ae6298b9168cdb952f08ff 1.65 MB 3,819 12
873,392 873,392 000000000000000000008c3c55d0f2579eb025ac85708a1e109cd08d658c0205 1.55 MB 4,065 16
873,391 873,391 0000000000000000000088ebd1b14870a95bf2ba1f60b254d4a6d8b003dd80d3 1.67 MB 4,348 12
873,390 873,390 00000000000000000000c80016ce455d855ac75ed8a9a1b006fb07434edb6637 1.64 MB 3,906 11
873,389 873,389 0000000000000000000102716ace0a6b02e6be7d75952abcdd23ac5c746576d2 1.60 MB 3,583 16
873,388 873,388 00000000000000000002740cba6b4a923b2d10c427292ef870e164f70ab4f993 1.61 MB 3,676 7
873,387 873,387 000000000000000000025ddf6ce1a68b3767cd7cb2a614c72b98211f81745248 1.61 MB 3,848 11
873,386 873,386 000000000000000000006cf9b3689b05d8b9548dca98ae3d7a241bf74490af01 1.68 MB 4,029 10
873,385 873,385 000000000000000000013558b5645adc753b80e235ef0ceced22be8d4dddb032 1.54 MB 3,733 14
873,384 873,384 000000000000000000011438205209aadafca4b22b72ec2fe059264cb3f2d52a 1.51 MB 3,391 9
873,383 873,383 00000000000000000000a2c32ce06ac4db7447515282169324d4001e039e6197 1.69 MB 3,390 8
873,382 873,382 00000000000000000001a2b0c9c60b90a731b818001fdf915e98aef91a0a3906 1.60 MB 3,857 13
873,381 873,381 00000000000000000000975067459bdd47c72722eb76866d8fc4232c81e5f2c6 1.63 MB 1,978 5
873,380 873,380 0000000000000000000267be3b80f09d8776c1304534667258f938ee6754f5e1 1.63 MB 3,977 10
873,379 873,379 000000000000000000011acf81eeaa109a8a2b209c72a74c2a7722bc3dc315bc 1.66 MB 3,770 9
873,378 873,378 000000000000000000029ff6c48ea3f670fa432a08549b34ff73bd1816b43fc3 1.65 MB 3,205 5
873,377 873,377 000000000000000000022f62123544bc18ae423e8ddb12ec3dbea178f8677142 1.61 MB 3,522 11
873,376 873,376 00000000000000000000f6512f47adb864bd8f26b3d7d3cd7ab10dca5a95d59d 1.54 MB 1,973 4
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.