Memory Pool Memory Pool Refreshing

1,325 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,292 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (77,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,106 830,106 00000000000000000000694613c506f8e698985cee7673749e297b4b21388855 1.43 MB 2,179 18
830,105 830,105 000000000000000000038cdb4a1612a1f2a66690d6df6a0ae0b9369a34f1ecb3 1.62 MB 2,301 22
830,104 830,104 000000000000000000006f5922836d870e63da401a85bec80a47fdc621d016c5 1.52 MB 2,543 22
830,103 830,103 000000000000000000028ca338d8f708e5ec4d6777fc5026a8896e60050fcce7 1.69 MB 2,739 22
830,102 830,102 000000000000000000000350ae71bce77603a49c8bd09b7d8e134e885977bcac 1.54 MB 2,270 24
830,101 830,101 0000000000000000000205220fed843e890806023c0211eed8ffc9909411c919 1.62 MB 2,345 14
830,100 830,100 000000000000000000009f09d705f1cb66c1e77dd33a77e87e33c0573e563158 1.75 MB 3,097 23
830,099 830,099 00000000000000000002f168448ea446c705990da73e524aa92ff7be9968068c 1.64 MB 2,235 14
830,098 830,098 00000000000000000003a1548f187046d6051722c0cec26fb75201f92b09185d 1.71 MB 2,812 23
830,097 830,097 00000000000000000002bdd16b3637d56b69f2aede00c6c33c35306f0be8d0b9 1.35 MB 1,736 15
830,096 830,096 00000000000000000001e3bacb420875b32c2ad56dff63ba06c83012b5fd23f3 1.25 MB 1,010 13
830,095 830,095 00000000000000000001a1c749805423dc9f721ab4bbfebd32eadaacf654010d 1.00 MB 125 10
830,094 830,094 0000000000000000000102815afb8ba7e0782a1504a25b977bd6893019a32390 1.18 MB 796 12
830,093 830,093 00000000000000000001b7e89da548924b4ca577b6b7229c8d80553e390577f8 1.54 MB 2,688 20
830,092 830,092 000000000000000000003740df8be054bff8c291decd1bd45d9e2d5b7765455e 1.15 MB 522 10
830,091 830,091 0000000000000000000307490744631b4f17c5acd94c1070be5ceda8013071df 1.35 MB 860 12
830,090 830,090 00000000000000000000b1498997b6b26745dfb9c88829a24770bf35235e6917 1.57 MB 3,090 20
830,089 830,089 000000000000000000035b2af8be686a95270be52dfe10df27255b4a2ea482e9 1.27 MB 938 12
830,088 830,088 000000000000000000024c19659261ba4b106d909b31976dcf1a7292965b0efb 1.15 MB 696 12
830,087 830,087 00000000000000000002157d823325a357f9f1775349a8dc7b52c73ef81fc527 1.15 MB 426 10
830,086 830,086 00000000000000000000990473ff3d9314f75af6404874bf2e63e8ee083052fd 1.62 MB 2,242 14
Previous 10 blocks ↓
Total Size: 769.08 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.18 GB sent, 93.27 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.