Memory Pool Memory Pool Refreshing

6,414 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,237 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (22,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,781 884,781 000000000000000000017e0077e3f08b958a3959f9ceb89ad71b4c18a2c9a865 1.59 MB 3,469 2
884,780 884,780 00000000000000000000fd09a2f5ee95ad2f0a09088855498b5ba25c13c7e015 1.47 MB 2,764 6
884,779 884,779 00000000000000000000bccac7f5f77144d71cdd074a27c1879800d3e4bb99c6 1.69 MB 4,356 4
884,778 884,778 00000000000000000001b74ac6b12af8ba4fd0886533fac3756a0edaa5afc0de 1.69 MB 2,669 5
884,777 884,777 000000000000000000025f674ff638e997d327bfd0a9a4531fa5cb20a3c2fe9e 1.81 MB 2,315 4
884,776 884,776 00000000000000000001aeca3b6f15054a97d90c272be9df28b4832164dcea3a 1.88 MB 2,209 5
884,775 884,775 000000000000000000016d47711e56a95104bdaeb0dce1886b209359fff57942 1.96 MB 1,600 7
884,774 884,774 00000000000000000000ebc0312a91c8c25dd0497ed75cfa7f3534987f635aaa 1.97 MB 1,640 4
884,773 884,773 00000000000000000000021e9ba18c15e579f1bf4ae216ec6bdc6b18570876f7 1.57 MB 3,590 6
884,772 884,772 000000000000000000014bc888677c3382e28d59861234c84cdaf232a1385364 1.85 MB 4,092 3
884,771 884,771 00000000000000000001d73e24b374e5cd10e3bccae9f8f28de063b5c81fe148 1.94 MB 4,310 3
884,770 884,770 0000000000000000000241c170450b894373fbd197d68ffece34d14ebc55199e 1.67 MB 2,636 3
884,769 884,769 000000000000000000013212188ac9ab092b40fe4e4a217c037d46e781016ef8 1.99 MB 5,266 2
884,768 884,768 000000000000000000003037fd02e4f366adde46ebe490fd428eed38db49c61a 1.85 MB 3,585 3
884,767 884,767 000000000000000000009322d2509c192512f8886e2628f0a8178ae9a2a84c22 2.12 MB 4,350 2
884,766 884,766 00000000000000000001b2989353a3a8a4d7e4bb4d39923b9e630a5dd61d7918 1.51 MB 2,354 4
884,765 884,765 000000000000000000025868121aa19a618a4cfa795143b8f10082737d7b3a39 1.65 MB 3,826 4
884,764 884,764 000000000000000000012206f2ffd94fba32e8fa8d613dcec2911d587002c9e5 2.03 MB 4,040 3
884,763 884,763 000000000000000000007aeace0da16ecf4ca16ad9ac1c334cf582a4b00ede1b 1.80 MB 4,025 4
884,762 884,762 000000000000000000018c6821a3ccdf120eaa90b49a5c1d7c173fcad638951b 1.81 MB 4,360 3
884,761 884,761 00000000000000000001667ef3edd00e160307fbfad88611e41a363b9d483fb5 1.87 MB 3,231 5
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.