Memory Pool Memory Pool Refreshing

2,699 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,971 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,701 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,970 (902,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,541 5,541 000000009c927b3df26058a468ed1bdb924af1beeb6c5b673889b6d7ab816088 0.00 MB 1 0
5,540 5,540 000000003762accfac345c2d5a99bd95010015eeab1376dafd5910bd9fe0bde3 0.00 MB 1 0
5,539 5,539 000000009bfa84517289deee15509534073aec4d2f44f7be0e58fae9fa9165d8 0.00 MB 1 0
5,538 5,538 0000000093cad29af9f1a453c1788d661e1f03973b3de7a5d9895b5089b3560c 0.00 MB 1 0
5,537 5,537 00000000108e2d7ab83a34e3d4ab2eb807b9651370eec39ab33c3f52c897af4d 0.00 MB 1 0
5,536 5,536 00000000baa5e5244596c280cc198968a08000ab1147156d9d12499857404542 0.00 MB 1 0
5,535 5,535 00000000b7fad65ac1dcbcfae581af39d329f9d5e0d45ae221db87fadd01776f 0.00 MB 1 0
5,534 5,534 000000001c62d16f6f854444bd1e4cb28243a9dd8760e9a29a5adeee001bc6c6 0.00 MB 1 0
5,533 5,533 00000000c29bdae03f2f331c1ff69309ed7b55ed0c21d2e63ac4d36c6aa61bde 0.00 MB 1 0
5,532 5,532 000000001d58b1c023e458203f5389eeea6a325cdf75306d1cbc5c06620dfb41 0.00 MB 1 0
5,531 5,531 0000000046b6272474a106a41c35c914370c3b3d96da1ba75d2e29f6afc71a65 0.00 MB 1 0
5,530 5,530 000000005310971d1304a456759d9e85e4aad473f5f773a62fb9d08a51e313d9 0.00 MB 1 0
5,529 5,529 00000000c4e031a9a9924efd3ff0ab34f5b8f76ae66b3275b80f35d0767fcec3 0.00 MB 1 0
5,528 5,528 000000006046d37c2336f11cbb1d00a17557e003b8f3b93007d5107231db585d 0.00 MB 1 0
5,527 5,527 000000009f7f024e266e044b5ef2e5460f2b8599a7248a13b0eb09b029b50636 0.00 MB 1 0
5,526 5,526 0000000077b2d94aa31f27643f15f9c707b6b7a0f9a4c885650ab02f6b1425cf 0.00 MB 1 0
5,525 5,525 00000000668b7906f7d29afd108a5c0c9f5fd6439c5d678386de34df269d9326 0.00 MB 1 0
5,524 5,524 000000008a80e8ed5ada2b8832572a62152acd7be8084c46a7ff153ee14f54c9 0.00 MB 1 0
5,523 5,523 0000000098d88753452c62bfce6c636c7a139ebac7d9a3284636af5c79de0587 0.00 MB 1 0
5,522 5,522 000000001686e1d92319baf8038fff00f036216317f0c89fd77c36acfeda88d9 0.00 MB 1 0
5,521 5,521 00000000132c850b2de6863eadbd8b6c57b2ca9a63e0b726307bd6a5191646fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,646.60 GB sent, 95.39 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.