Memory Pool Memory Pool Refreshing

1,913 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,904 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (905,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,822 1,822 000000008bc9da374bee05cc7061dfeaea16ccbd6fe9504838d86429c0eeea05 0.00 MB 1 0
1,821 1,821 0000000032a05d688e5222d231cdc902d84c7844b7032c2d9f4406252ec4284b 0.00 MB 1 0
1,820 1,820 00000000bf0e8af2f742d16f5e32db76e0d3db000c6e5b801f50969acf751cd7 0.00 MB 1 0
1,819 1,819 000000000899755362c2f34a721fbab4b09f6a33dc086336f969ec58a5a3c112 0.00 MB 1 0
1,818 1,818 00000000c8d16cecdd439a975b05154b1714a25761c02694855f82c2526d43d9 0.00 MB 1 0
1,817 1,817 000000002da76fb5927a7e9dfe2ad20868164680ae45c8ac9d7a91456979b3da 0.00 MB 1 0
1,816 1,816 00000000feefa3cf0b442a9be3687761f4b231ea761e009f36650e7873301e78 0.00 MB 1 0
1,815 1,815 0000000031083eaf072006f0f4a9d056ce067f886ffc260be7e8d1512a720996 0.00 MB 1 0
1,814 1,814 00000000d4a3016ed192bb889ac5e9b785751dadcc96272d23f839bb4916841e 0.00 MB 1 0
1,813 1,813 00000000fe2351603896e6e3949ec34bd4abd89af022c8f312b943b542d1f717 0.00 MB 1 0
1,812 1,812 00000000089b370bfcd7018fbfc74f0269d4c658c7be88fefbf678202b1ed0ad 0.00 MB 1 0
1,811 1,811 00000000e04fb2b1746560fe55b178949972bcccd10d40474138d00f67592115 0.00 MB 1 0
1,810 1,810 0000000047d5a0870320bfe1a147312bc5a042d8e3e25dcf1bb72b5a7f23ac65 0.00 MB 1 0
1,809 1,809 00000000d648126dda6e110d9b04870bcdb4063eff02538d84a1212208feabf3 0.00 MB 1 0
1,808 1,808 00000000ffd7ae8a525d0083ee8384e13a6cbe1f1218f9ae26a637fbc2093a05 0.00 MB 1 0
1,807 1,807 00000000bd5b5e202116da4da9c385e74f74e5a12a06307d1da7c64660e195b4 0.00 MB 1 0
1,806 1,806 0000000001c93a0932609054f9b74426ce2b83a21609f8bad01b0f0bfb28addc 0.00 MB 1 0
1,805 1,805 00000000b86e846ca528fa3c102ee17eaa7a2b8089b22699c94f220081ecccd9 0.00 MB 1 0
1,804 1,804 00000000cd9ad78b3ad79a03418becb9599d82e676b0baaf161eba3c32aeafae 0.00 MB 1 0
1,803 1,803 000000006463e5ccebec857a449bff36431f4d02c56c38aadce6ec1a37c75014 0.00 MB 1 0
1,802 1,802 00000000d238b9599d98265f4313d8d57662bb8f8c51a2c6dfe54fcb847194ea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.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.