Memory Pool Memory Pool Refreshing

1,835 transactions
18.96 vMB
Show Random Selection Loading Transactions
Max Size: 77/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,324 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,645 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (904,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,112 4,112 00000000365489a679ff9062ce98720370884730a70900df577e1bd62a6c62a7 0.00 MB 1 0
4,111 4,111 000000007c619c0b922477346f1f6fa683ce432132185e5bf2815e0893ce2f67 0.00 MB 1 0
4,110 4,110 00000000ae352196f35803560130c7b6b19066a41482a2e6fd9f46391d929c3f 0.00 MB 1 0
4,109 4,109 00000000c309d8f14f7766aaea69dbeba31067beddb87c67d476d59a6c2b9dd7 0.00 MB 1 0
4,108 4,108 0000000035cac3371f550204b8b4986bd39efcfeb08725d66bf5dc21e61e09cb 0.00 MB 1 0
4,107 4,107 000000005417ff49f9c909ac241dd2f1b9a3bd595ac00fea62071f069d92a850 0.00 MB 1 0
4,106 4,106 000000008323f6cc569bded72ba278e64fc9507bee84064fbf66baf478c3d462 0.00 MB 1 0
4,105 4,105 00000000fae62fa4d847c64d8fc50443a65e86c97a9d0dd349239d83e0870eca 0.00 MB 1 0
4,104 4,104 000000000f1bb04556e286e21ee995eda3609a56d68e89d1542331a943a78018 0.00 MB 1 0
4,103 4,103 00000000d3dfa80f2b20e2dd9e5fd668a87dd3a51e7c85f78ea53e9cc9977d3d 0.00 MB 1 0
4,102 4,102 00000000bbbc218b74ae3d27a4e038258da12a61439e568b4f9cbc6a23bf2682 0.00 MB 1 0
4,101 4,101 00000000367551c3c80466ccaa7583ea433b57aa1e48b9f312775b32d89beb50 0.00 MB 1 0
4,100 4,100 00000000d55579d1311c2841fa900531f34df1d543ff52598f2d526c5550cec4 0.00 MB 1 0
4,099 4,099 00000000012ee25b4bf0b18cc161614bb9811f42cd3e2b227bea15253c27bc6a 0.00 MB 1 0
4,098 4,098 000000000f849d162cc04c53064010b118a03ead01b8da3c8f5934eb0cfe8e34 0.00 MB 1 0
4,097 4,097 00000000860819695ff009f818bbceefa24da888aad021e8a2701c614fa5686c 0.00 MB 1 0
4,096 4,096 0000000007e95100bbaf9c467b1416c91ee6c8942d78db630d8d7c4c49eaa717 0.00 MB 1 0
4,095 4,095 0000000066ca066a388fea7b34b7ff1e0e6f87f97be2a1eb82ed574182664fd4 0.00 MB 1 0
4,094 4,094 000000000ddf0028b5d6b6d0caa5fcb5944395e0e9bad55b9be480ab7ae03483 0.00 MB 1 0
4,093 4,093 00000000d6007fa7c6ca9a92c2722fcf28680505430a0e1169f3bd72f67dd625 0.00 MB 1 0
4,092 4,092 00000000ddab5b03e1a0ea911bd6ffaa5e1ab24d75918bc717c1ad0ad8ae39ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,701.25 GB sent, 98.66 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.