Memory Pool Memory Pool Refreshing

1,143 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,945 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,143 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (3,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,820 904,820 000000000000000000013d69ac9d0babba993d996f70a904c32bd6835892a9b8 1.80 MB 2,710 2
904,819 904,819 00000000000000000000f317b9ee5d828dc82c9ade705f1a26f6d16591572faa 2.11 MB 2,537 1
904,818 904,818 0000000000000000000016465c17bae02ea828db7022fd00a59c8a5e959bd681 1.55 MB 2,893 3
904,817 904,817 000000000000000000000826bb9ead728bf705f9dd701ab794dc6afd11469f90 1.15 MB 2,026 2
904,816 904,816 000000000000000000011d791696f8768796d7071f142288398824d055464012 1.66 MB 2,348 2
904,815 904,815 0000000000000000000182b9ad93fe8070f3f0f736ec3a9b1ec611686070dcf3 0.21 MB 420 1
904,814 904,814 00000000000000000000278f4813979d88f19281048051d35f2302c1c466ec72 2.15 MB 3,488 1
904,813 904,813 000000000000000000024caa0d256c29496e73743a9366f8e001d924091fc966 1.89 MB 1,239 1
904,812 904,812 00000000000000000001f3d19867c436713d579cd2d951f342f6b2e9e0ab5d0d 1.56 MB 1,612 2
904,811 904,811 00000000000000000001521b7495133125cd2e2edabb3d3862d99bc9682a9e8e 1.63 MB 3,429 4
904,810 904,810 00000000000000000001a72dd0bf179182f30c9260cae6ba5ddffcdec47b176a 1.45 MB 2,238 3
904,809 904,809 000000000000000000023d9805186bf3da9baf3609f93a66b06f96706f04b24a 1.65 MB 3,808 5
904,808 904,808 000000000000000000017b575fb6fa0ea0e3de28729b0a0ea66c9cf5073b19c7 1.69 MB 2,201 2
904,807 904,807 0000000000000000000069333572290e0b59b176899756c3a963a3c1ea2652fe 1.46 MB 2,542 3
904,806 904,806 0000000000000000000220b9b2b95cb905e98f969bb88ce067c6976a0428a0b5 1.29 MB 1,366 2
904,805 904,805 00000000000000000000ed8580ed8f70fdf7f417829b0d3ace414abbd458d469 1.57 MB 2,830 3
904,804 904,804 000000000000000000023fe0d11afd8fcdf11644caebf5bdf64d87c7617a06d4 1.71 MB 1,649 1
904,803 904,803 000000000000000000001d80a07e15ff632bf85b32253e366be4d0837ca21c18 1.89 MB 1,701 2
904,802 904,802 000000000000000000003ad27f90335bf44537da3fd4bbfe6a018b1a807bc7ed 1.65 MB 3,500 5
904,801 904,801 000000000000000000025f4808317a79776ca245bc3554959e92562095526cc1 1.30 MB 1,336 2
904,800 904,800 0000000000000000000196e9d74e7ba5b2abea06598f36dac1407b4f17bb8479 1.52 MB 2,579 4
Previous 10 blocks ↓
Total Size: 769.44 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,645.68 GB sent, 95.14 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.