Memory Pool Memory Pool Refreshing

1,472 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,454 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (46,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,108 861,108 000000000000000000018e23dc09ddba1a4afe1a99a815496188bcf0373e682d 1.98 MB 4,993 2
861,107 861,107 00000000000000000002a2b19bb7cb0c96644b8b687eb05f0d21c918b4de8bc6 1.84 MB 4,754 2
861,106 861,106 000000000000000000015f25fbf2f33c1f4399cf99aa26ff4471b14910702a4d 1.63 MB 7,152 2
861,105 861,105 000000000000000000026652c93f7396f30a6be4f9fd07daacba5aa2179807e5 1.69 MB 7,036 2
861,104 861,104 00000000000000000000211b0c65c3610217410d58281d4a2975e06f6ef1b0e1 1.65 MB 6,700 2
861,103 861,103 0000000000000000000301b7014fa91f4fc79ded6c38726a9b84514cedacc8a4 1.54 MB 6,844 2
861,102 861,102 00000000000000000002e748e68bd716f3cc3cefd485401ba222819496fd2f3f 1.41 MB 2,576 4
861,101 861,101 000000000000000000029d282066228bb2f0ca9143d0d10cd27f1f20a6183948 1.59 MB 3,240 3
861,100 861,100 000000000000000000016e01d5184e2d0ef068ca0cd7ed59fc9585fa3a4fda89 1.74 MB 2,408 6
861,099 861,099 000000000000000000020420a2d46d1245f5ebbb9668b784862cd71a5809768b 1.63 MB 3,084 7
861,098 861,098 00000000000000000002895e8b890f316fee10df337d8f52d54bc276f2be6d18 1.63 MB 2,463 8
861,097 861,097 00000000000000000000b3467fce82efc1dfd92f875eae899405f1a24e6e0597 1.64 MB 6,985 3
861,096 861,096 000000000000000000019bf7e527e22470b8585033db134e1c8134fe5cb2af3a 1.69 MB 4,168 4
861,095 861,095 00000000000000000000b41e003bb9f97579d8d84ad840f4c40fdef2f1eb287a 1.64 MB 6,278 3
861,094 861,094 00000000000000000001d591980b7c46e8626e6811aa25c97d3f8108cd31121a 1.69 MB 3,863 6
861,093 861,093 000000000000000000029e41da50e203d3526e9e6407b460bfab1e0484999f6d 1.61 MB 3,612 3
861,092 861,092 0000000000000000000090c44bf431522d51480a6dc12ebac6dc64daa21f9dfa 1.53 MB 3,065 6
861,091 861,091 000000000000000000000b845083617656e174bb4979ba25554c878d9bae1264 1.49 MB 3,126 6
861,090 861,090 00000000000000000002013fda13ab9226cc76707297048eb077e5b9f620fc71 1.57 MB 3,997 4
861,089 861,089 00000000000000000000b992119ebddc6342ed3c3c6f22f853818422393b569d 1.61 MB 4,779 4
861,088 861,088 00000000000000000003043f2766a15a082f446066dc89df07ce58b146a6e157 1.48 MB 2,761 4
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.