Memory Pool Memory Pool Refreshing

1,967 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,958 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (324,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
583,718 583,718 00000000000000000007215e2d8cd18793474c6f7e597c5103d914291ea40d07 1.13 MB 2,629 25
583,717 583,717 000000000000000000012ce6bf4f0b5977024a2bc1420e7dcdaabfd73c4ae35c 1.50 MB 2,565 77
583,716 583,716 0000000000000000001e669038b4b2dbc0b103d9f92769816a44762bfd94f3d2 1.40 MB 2,994 102
583,715 583,715 0000000000000000001bd32f7fdb7d5beb07c6954d36402a45aa4442616a823c 0.17 MB 575 9
583,714 583,714 00000000000000000020c720509426c435ae19ccd9d36e60d67873d9ced044ce 1.17 MB 3,352 43
583,713 583,713 000000000000000000055ca6cc6e173f05765a00f384eb6f1507e391d4e170a8 0.87 MB 1,939 48
583,712 583,712 0000000000000000001b094fb30ef99484ecf8d93cd677c6d2113315caf5c03d 0.40 MB 383 6
583,711 583,711 0000000000000000000aa99e94fa33b72817b1f8ea4d34c93fe5065cf81e5003 1.16 MB 2,417 53
583,710 583,710 00000000000000000000bc1b62fe9d9a08c7407492d537840d16ecdacc11a827 1.05 MB 1,486 14
583,709 583,709 0000000000000000000518ca159567965fe2d1f16e0a0fcbad360a736931b190 1.26 MB 3,328 66
583,708 583,708 00000000000000000011b0b86b512a775ef8fd824a1f493b556cf62aa0390a37 1.14 MB 2,984 28
583,707 583,707 0000000000000000000dbf0e2c0f554f4a286a7106b9d548f042a7ca746bbf1a 1.20 MB 3,118 37
583,706 583,706 0000000000000000000d721e56f0a062bac3f9af143050d2b93995fc131e79bb 1.08 MB 2,512 18
583,705 583,705 0000000000000000001cea9429808f4749a4ed9880d0bae355022fac5742d65a 1.14 MB 2,724 16
583,704 583,704 00000000000000000017ef43f2d6be262007ec4532f7eb28a2320b942c48bd80 1.41 MB 3,440 93
583,703 583,703 00000000000000000013f1a198b66c305f3dadc64ede3e5c53e5f57a4e8c463d 1.37 MB 3,061 58
583,702 583,702 0000000000000000001a5b98520b65fb928a4491281f39c265d048832677c90e 1.48 MB 3,109 104
583,701 583,701 0000000000000000001fc59d98da274f9f06433c8351b8159f52545e2e155239 1.30 MB 3,010 59
583,700 583,700 000000000000000000050b54095b3f8cbab1dbf4f23a7d062e8ff85f24c2a5a3 1.25 MB 2,489 69
583,699 583,699 0000000000000000000b7179eb69ad813dba09245d2e79ca27e3c4a292ad5107 1.07 MB 2,310 16
583,698 583,698 0000000000000000000f3dcb999f316946451beb476593ddf795e7291f71f68e 1.09 MB 3,173 18
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.27 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.