Memory Pool Memory Pool Refreshing

66 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 56 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (2,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,899 904,899 000000000000000000013ff5ccf716a1ef668186be8174900605d7a00b934700 1.80 MB 3,230 2
904,898 904,898 00000000000000000000b656e2d63cddccaddf8bb0eeeea1b1d209cbe6fd8e25 0.53 MB 727 1
904,897 904,897 00000000000000000001f611bcc8d1fbf8ae1c9a309a005721813e90efeb1add 1.62 MB 2,065 1
904,896 904,896 00000000000000000001019028ebb913e25cba58eab492302f3016384b9ddee9 1.27 MB 602 2
904,895 904,895 000000000000000000016ff3c9ee640411180361514bda760046ef6cf195b2e9 1.43 MB 1,340 2
904,894 904,894 00000000000000000001f8871502990dc0f3d4d6d795e9150bcef71586cd73c7 1.65 MB 2,600 4
904,893 904,893 00000000000000000001a4fe6a2a5cfb29427f3fd0f7308393fb4038a128bd06 1.61 MB 3,561 6
904,892 904,892 000000000000000000022e30b061de7030a88cb566070af72913b5f9f29062c7 1.57 MB 4,085 7
904,891 904,891 0000000000000000000199e4eb15f5c386da3c3d57bd8c8d78b7ee8e7c380d97 1.54 MB 1,420 1
904,890 904,890 000000000000000000009bb3fe3a814b113266ca1058446b4d0938ffcbba1f3c 1.70 MB 2,099 2
904,889 904,889 00000000000000000000682768be206a3801972bf4d36e47f4ab175cd09e1c47 1.86 MB 1,827 1
904,888 904,888 00000000000000000000cd3004e444ad90859feecda52d7ec86f0c955c4b8a2f 1.41 MB 1,800 3
904,887 904,887 000000000000000000018b647b4e537cf2f1cb012086c19235bb9cda3b123807 1.56 MB 2,920 4
904,886 904,886 0000000000000000000071f4f598aa3332a36db4dbf538a83348c366ce06db7e 1.32 MB 2,061 3
904,885 904,885 0000000000000000000037a098b27ba5962aea9d153386f0e69ea6530e499f94 1.61 MB 3,113 4
904,884 904,884 00000000000000000000e454660c8d9a14c68d3c2f52d414266230dd56acfcd2 1.30 MB 1,884 3
904,883 904,883 0000000000000000000221b7d59f277e654a0ed2f68333b232427817e55f6c72 1.40 MB 1,159 3
904,882 904,882 00000000000000000001d515a91d869cbed45a43e1a091ea9c2a20b87fdeb357 1.62 MB 3,400 3
904,881 904,881 00000000000000000001deeaf6b1979b656dbbc14eba949d5fe4485cabfdc2c5 1.51 MB 3,831 5
904,880 904,880 0000000000000000000080eb3186dd5ccf8fe2501a709cc41dfb889adf6505f0 1.33 MB 4,602 6
904,879 904,879 0000000000000000000043dcb3a76639d7c259d63f127d1681fa0410458c75f3 1.45 MB 3,296 8
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.