Memory Pool Memory Pool Refreshing

15,612 transactions
19.21 vMB
Show Random Selection Loading Transactions
Max Size: 110/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
881,641 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 3,448 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,640 (619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,021 881,021 000000000000000000011ea69d037882a408328bbbfafcd803a74a4314e6cb05 3.26 MB 283 1
881,020 881,020 000000000000000000000d4b011b5bef12c32b768d0ca9e4686a9c20e56b884d 3.01 MB 1,431 2
881,019 881,019 00000000000000000000601c4fe1dbbaa1e183f963927f56956db08908c00cc6 2.92 MB 1,273 1
881,018 881,018 0000000000000000000200ce2735de8b77c7db3370e617cfe894368cb36c6a38 1.55 MB 2,737 2
881,017 881,017 0000000000000000000204ffce6505ff657d4febe12fcf4b57c0512354e4032b 1.59 MB 3,017 4
881,016 881,016 0000000000000000000234bd8bc8276bff4cda1af9d249e7192bb07a5fce57c0 1.75 MB 2,001 10
881,015 881,015 00000000000000000001c6f70f6b76ba3fd9b668dc6b742efa762ef0c70dc6a5 1.65 MB 904 1
881,014 881,014 0000000000000000000193ee9b573097a18ed706d46a036159596496cf01f6df 1.66 MB 2,663 4
881,013 881,013 000000000000000000028a8e9eb5defde1951f3b6c90edf0bd964ff68a2e3e07 1.50 MB 2,154 3
881,012 881,012 000000000000000000007a410005ae80fddf0ec0cdb1eae1cb544d71d2da036f 1.51 MB 2,480 3
881,011 881,011 000000000000000000012bf99d95db8c0511cb66ae5b2b77869e9eb454d6211f 1.75 MB 934 1
881,010 881,010 00000000000000000001d099992426452bdf66989c822f78d00c29444dfe897c 2.01 MB 226 1
881,009 881,009 000000000000000000019fb6cbaa19db187ef634e30e9a42e7fc0473598fcbdf 1.74 MB 1,110 2
881,008 881,008 0000000000000000000161181516ca17360ad88a6ad3e710c56166ef80f8c31c 2.28 MB 186 1
881,007 881,007 0000000000000000000232439504ff54300b9ee1de0d8c7efbe4ddba716f83c8 1.84 MB 1,139 2
881,006 881,006 00000000000000000000c7c7cc5358434bc8df5cbd670ec7b1656e39b59c4c78 1.58 MB 1,599 3
881,005 881,005 00000000000000000001142b6f4ea0f01ed8bff139e54d74cb900bdf8e9b3c26 2.12 MB 745 1
881,004 881,004 00000000000000000002660827c2ad3604e63df4116a3a6790bab48228b75bb9 1.65 MB 1,793 3
881,003 881,003 00000000000000000001da0be34c3cafda1f09356aae1f12a3c5921644c07e0e 1.41 MB 1,604 2
881,002 881,002 000000000000000000003b88e0a4e35ce58476a8a1c45b7a8ac5d1df3fba463b 1.83 MB 1,026 2
881,001 881,001 000000000000000000001480dab7aa55b734540664b2a010a6ed19465a30420d 1.63 MB 1,544 3
Previous 10 blocks ↓
Total Size: 721.68 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: 2,015.23 GB sent, 71.98 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.