Memory Pool Memory Pool Refreshing

6,874 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (31,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,893 875,893 00000000000000000000f5c5b766587996a6732973ec663b337d7bb8339b1bf2 2.05 MB 1,920 3
875,892 875,892 00000000000000000000cc0d002007ec15474b7e2b7e9910bcd608bfa73bb8ec 1.38 MB 884 3
875,891 875,891 0000000000000000000248072b5c5aa59716990a3d036e29954cd833c958fcc0 1.72 MB 3,029 5
875,890 875,890 0000000000000000000296a9f47b200a4ebfd5b4b8ab4d422aa019a19c707843 1.72 MB 4,547 6
875,889 875,889 000000000000000000027b50ad3dd23eba0af6bd11e85cfcb0a86a2f8b674e9f 1.51 MB 6,615 7
875,888 875,888 0000000000000000000142becac2a2707c02c0336e34ec9c23dd000ba53ce7e6 1.52 MB 5,834 8
875,887 875,887 000000000000000000011f7cfb8763804cd673a5209a6debe08fdddf4e90adf1 1.55 MB 5,919 8
875,886 875,886 000000000000000000024f942a3e715887c5cea73f17f8ad6245590cbb4d3084 1.50 MB 5,480 10
875,885 875,885 000000000000000000019ebf82d21790c462661ccf54d5af36a18499952c9ae3 1.66 MB 4,915 6
875,884 875,884 00000000000000000000df6b2205b64abdaadd55781232108465dc871f2ae34b 1.46 MB 3,420 5
875,883 875,883 00000000000000000000d7e3fb2054d19a6ab7fad5914e77dc5fd4789f2dcdc0 1.54 MB 3,763 5
875,882 875,882 0000000000000000000067e0377a93be3f4480c71e4a506560a5050039527a56 1.69 MB 3,442 9
875,881 875,881 000000000000000000000f244ea1f22defa245d252af0dd63f5f28980380004c 1.61 MB 2,661 3
875,880 875,880 00000000000000000001f2af6ea55a220106408068cda3ab3664bad07d5b6399 1.60 MB 3,729 9
875,879 875,879 000000000000000000000cc74e06c94d3f89b3a0b2736273b0dad5e67e9c8786 1.32 MB 2,942 17
875,878 875,878 00000000000000000000a7ed462cc6f003cf62a9b63921856730e36b4830d035 1.60 MB 3,697 6
875,877 875,877 00000000000000000001156aefc364989f154a549e0cbb1716af2cfe5f6657e3 1.43 MB 2,454 9
875,876 875,876 0000000000000000000062008d52c093ba8ad24e4a92f7f309426c2f4c963396 1.88 MB 2,272 4
875,875 875,875 0000000000000000000119ea49ff96361997c115a1344bb7b14df84dc4d443e8 1.39 MB 3,337 4
875,874 875,874 00000000000000000001e10afe4b46fa0382bd75b8236d3b22fa9b5a864b6f8f 1.45 MB 3,114 4
875,873 875,873 000000000000000000010afdbb391f6b2aa469a8c6a756023e0ab43a25b19c75 1.71 MB 3,388 8
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.