Memory Pool Memory Pool Refreshing

5,152 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (7,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,014 900,014 000000000000000000002227639c364cbc3c6a1f8e900d25aaaea1c145204d44 1.60 MB 2,748 7
900,013 900,013 00000000000000000000b06e91bf8e25935c236c6a407a6cb0e222f0bab5fd84 1.58 MB 1,927 2
900,012 900,012 00000000000000000001d7c01d97deb8184ab6488eae7079f0e6ad77b93c17f1 1.74 MB 3,289 5
900,011 900,011 000000000000000000001b0564febcaf4c4e3bddff9a967bdcb0838259467c88 1.74 MB 2,367 3
900,010 900,010 000000000000000000002c331b475c269de59d6d422a658cb843cb2cc3487098 1.44 MB 2,829 4
900,009 900,009 000000000000000000015ed1e7ea326a848e643264b738e9520f7cbcbc40b0b8 0.95 MB 1,910 2
900,008 900,008 0000000000000000000163b288aeee6711ff667818053fe1e712513ca9c19776 1.11 MB 2,083 2
900,007 900,007 00000000000000000001456223bb003fbf52eef4c7875d1bd57744d899f9a3fc 1.16 MB 1,930 2
900,006 900,006 000000000000000000022fa88a5322ec04b22aa89c1e4ecc649477a39bf334cb 1.71 MB 2,258 2
900,005 900,005 000000000000000000017bfd05b5fa367a424c4a565a4baf7950d9e8605df8ec 1.47 MB 5,402 6
900,004 900,004 0000000000000000000166ff021ddd7c5736e917a3a7d16f2e2fff684cb6ecdd 1.33 MB 1,656 2
900,003 900,003 000000000000000000019ba085f3b1933b9431fd4a57b80e5d0f67996ccbe02c 0.55 MB 968 1
900,002 900,002 00000000000000000001045e6be5e294b6c3a12e3ae00ad36287cf9579e0c1c6 1.12 MB 2,455 2
900,001 900,001 00000000000000000001a8ff030609a6248e0f6e77f9f141aeb21e4eac4f83fc 1.54 MB 2,170 2
900,000 900,000 000000000000000000010538edbfd2d5b809a33dd83f284aeea41c6d0d96968a 1.92 MB 1,562 2
899,999 899,999 0000000000000000000196400396be46d0816dc462df4c3450972f589f4d7d24 0.58 MB 633 2
899,998 899,998 000000000000000000015111505a8dc68017df45924047aa3259c86d920aee32 0.00 MB 6 3
899,997 899,997 00000000000000000001f03ca9764cae8b658456568951e2896eb5324ba4102b 1.05 MB 719 1
899,996 899,996 00000000000000000001bcf6c1dcda052659f044e355c22dabd4f569b45d1c50 1.70 MB 2,058 2
899,995 899,995 0000000000000000000161fd989534442e1cccd74ac0060bc00aecb46d7824e6 2.78 MB 917 1
899,994 899,994 0000000000000000000215fab7f17bdf6440c3ad5c374c318865be5db4d4a17c 1.92 MB 2,287 2
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.51 GB sent, 94.00 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.