Memory Pool Memory Pool Refreshing

102,511 transactions
24.29 vMB
Show Random Selection Loading Transactions
Max Size: 165/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
878,786 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 4,074 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,785 (2,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,905 875,905 00000000000000000001ff9d706ae5e36b08fdd755035ae853ead3128268db45 1.66 MB 2,804 6
875,904 875,904 00000000000000000000c6111906927e8b8ad6065b7b5c7b6dc68f18888ea715 1.28 MB 1,025 4
875,903 875,903 00000000000000000001357fcc184b4fc8a0a2d544b5dfe7952d1376b2b559ae 1.87 MB 1,959 4
875,902 875,902 00000000000000000000e9a4263a344ac002d2811bb31dde2c0a13d9de4c001f 1.31 MB 1,148 3
875,901 875,901 00000000000000000000b167c84af0318986cf318f223812cdee90fa150512bf 1.35 MB 1,051 4
875,900 875,900 000000000000000000006fee05c81e1f9a89cbb1ec3849cc2c0a90055ab9ca51 1.63 MB 1,455 4
875,899 875,899 0000000000000000000283e69be610d5f25416555f9b0a3079b117952a3d292b 1.64 MB 3,253 8
875,898 875,898 000000000000000000004c90c9a2b00def0b94b31645ce4d1f578172653b559c 1.64 MB 3,596 7
875,897 875,897 0000000000000000000287d0994bd08b4602487c604132a8117b5f991f1a1120 1.68 MB 3,206 6
875,896 875,896 000000000000000000015f9c29286c99bf46708277372009dc4b02e94f6afece 1.47 MB 1,280 4
875,895 875,895 00000000000000000000b27aa8e3cd26d3e513287a582d18bbb6505763ea5791 1.65 MB 3,201 7
875,894 875,894 00000000000000000001dc9afc57800f732bd127f51608d51b471e53b1b161c4 1.56 MB 2,557 5
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
Previous 10 blocks ↓
Total Size: 715.91 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,524.14 GB sent, 44.85 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.