Memory Pool Memory Pool Refreshing

4,260 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (713,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,816 193,816 00000000000003c97146c32c389c4df02f2bc50d090ad5ea0d9d1e032f90caa7 0.19 MB 405 148
193,815 193,815 000000000000074010b54feaf6c86d9af3e8aa0bda9a5b74c678e68d883c6f39 0.05 MB 130 160
193,814 193,814 000000000000050bf9fc007857ec38fdcbfec180e49ce9c6341ab2af17a03cfc 0.01 MB 32 0
193,813 193,813 00000000000000082e2fc8d471f5b7820f7d940f8d691063ecba6b0f56c5768e 0.06 MB 175 192
193,812 193,812 00000000000004b6318d06cc2f68c27f423e6d8422348258c4c40a91e7071b1f 0.02 MB 68 146
193,811 193,811 00000000000000312838a35602713de918ac390e3e92fae6254ba7b890da386f 0.05 MB 55 84
193,810 193,810 000000000000026735aa553a5c8f8eac9adb2faa1b0c63df06e54a8c18fcd0db 0.10 MB 225 200
193,809 193,809 0000000000000002c1d8ca463bea22a0590aa00cd55bdcf818090f4d63f45498 0.04 MB 59 50
193,808 193,808 000000000000020dc94381e73c046712d95b2072a479fa5d029824b30467d614 0.26 MB 691 149
193,807 193,807 000000000000021657a69355cfe6e8379fc7f12a6904a09cf6aa74cc45852c63 0.08 MB 251 73
193,806 193,806 0000000000000391377450f6098a79cf56d74d256433a1789ac5484cd3947abe 0.00 MB 1 0
193,805 193,805 00000000000002ae64722882bb1da0eda572e032a06be2c490175a2458144f31 0.04 MB 127 390
193,804 193,804 00000000000002ea679b230a389c00b3dc9219866ae5059b8096ca7abc7bc692 0.09 MB 256 58
193,803 193,803 00000000000006c608d9da90465bcffc92614f3aa20406baaf9db93026a6cc30 0.06 MB 130 169
193,802 193,802 00000000000000365df5c63562714aca6285c9f8c7b0ffc7064c11a161db424b 0.13 MB 326 129
193,801 193,801 000000000000014514a52c875500ab08e45f7b691a6ce1fcc04e5849c840be17 0.26 MB 638 189
193,800 193,800 000000000000052918825b4529465a3c8b3832ec5ae357b7fa5855e5c986a0b6 0.10 MB 189 191
193,799 193,799 00000000000006224d4f9e9de045bcdc7f5d301366148956b2804187774e0317 0.00 MB 1 0
193,798 193,798 00000000000002377c8603d1c114916ecd60e57adc7002b75e9e3e09ba156eca 0.25 MB 582 201
193,797 193,797 0000000000000451ad20dc0164b05eae80ca42f8ca088350c848ceb25586678e 0.15 MB 354 150
193,796 193,796 000000000000028130ecfe925a27b677239483c09b8bd0b8551afd61c889a0f3 0.01 MB 27 92
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.