Memory Pool Memory Pool Refreshing

6,284 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,163 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (52,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,115 855,115 000000000000000000014379d01127e5e1de8997395e98682e3873a89fa9e8b3 1.69 MB 3,325 6
855,114 855,114 0000000000000000000219ff5d3c989c1c15df5f9b0a217b862076d1d4c8c9ae 1.53 MB 3,534 11
855,113 855,113 00000000000000000001167bdf3a9088f6aa2c7cd4f533a8cdf065c74c5485e5 1.70 MB 4,474 4
855,112 855,112 00000000000000000002c3265d02528111a7b341458d9273aed0e1bf5b54ece3 1.50 MB 4,215 3
855,111 855,111 000000000000000000025e65cc6c77f5bbe9e1064c44dc583b5a0c022770c3f0 1.63 MB 3,500 9
855,110 855,110 00000000000000000001d72971e5b3e398e293ffa501c78eab50c25ce4c69068 1.65 MB 2,895 10
855,109 855,109 0000000000000000000083cb2e56a3318e3860c3bccf115f654ce2c23a2c25b7 1.29 MB 1,990 7
855,108 855,108 000000000000000000004e609e9d2ff1f4cdd912f90f06ef0a253b1c6267661d 1.49 MB 3,463 12
855,107 855,107 00000000000000000002bddd184f04c950df1e5a207a33679d3f534159ba6393 1.60 MB 3,247 13
855,106 855,106 000000000000000000021b74304eb3b7d90a6202a17c954186c6cafeb1139408 1.54 MB 2,174 12
855,105 855,105 000000000000000000010597f87c71601eb692c6acc5b2d4e3106ca545a411d2 1.59 MB 5,076 5
855,104 855,104 0000000000000000000073e1ac99cb3722bc2f57349c109188560e45b582eb84 1.62 MB 6,505 4
855,103 855,103 00000000000000000001f1a9ae7bbf893db4f825ae69a06ad07ae4c9cdc8efe7 1.64 MB 4,152 9
855,102 855,102 00000000000000000000e0712fd821f29022bffc5611602dfd23615714195d65 1.44 MB 2,436 4
855,101 855,101 00000000000000000002ee66427e2211d7c64f51a50e30fd5a06768911c8a7f0 1.60 MB 3,045 4
855,100 855,100 0000000000000000000204ab35db3c4ce07cfad470dbe4aba85d6ae25f0d7d55 1.72 MB 2,769 7
855,099 855,099 0000000000000000000062c7ba4369c045dd5fb679c3c57f4313ad4ee750388f 1.59 MB 3,248 7
855,098 855,098 000000000000000000028c7d21f5c300426698121570fa05c406a1d26cf6a1d3 1.39 MB 2,070 9
855,097 855,097 000000000000000000005efa0b2dd9ec4c8918b2ab40c205d834a6407e378409 1.87 MB 1,943 10
855,096 855,096 00000000000000000002801d7643c83c89b0b1cdcccb8963946c5e5694e0a3ef 1.79 MB 2,094 12
855,095 855,095 0000000000000000000106a75351cc2dfc391f7180efc0aeb784f992741e7143 1.62 MB 1,072 3
Previous 10 blocks ↓
Total Size: 768.96 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,615.05 GB sent, 92.61 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.