Memory Pool Memory Pool Refreshing

1,444 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,441 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (574,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,110 333,110 000000000000000018d733b676694f867713d72ff110baf75ab4ce9b025d90a3 0.03 MB 30 12
333,109 333,109 000000000000000007e538974d4947e3928dc40b0794656a1873636f8254d44d 0.71 MB 1,287 26
333,108 333,108 000000000000000016242c615a853e84496881f238d949d58e5f8306d9718965 0.13 MB 176 18
333,107 333,107 0000000000000000040d3b5fde616bb7799f63ebab6d39cc04f2344171b86c4f 0.04 MB 117 48
333,106 333,106 000000000000000001db6373698d6fabe3c1227166a05c105f97a4d2d84a57b1 0.31 MB 381 17
333,105 333,105 00000000000000000870b056044fed82e0701cbb87f5ae5a6f3aa2d0da6708dd 0.23 MB 688 34
333,104 333,104 0000000000000000084f186d8ad674ce82033f30edac4aabef37db96c61c25cc 0.22 MB 376 25
333,103 333,103 000000000000000004fa1bdf0e61daa6de60384d56d21e2bc916b928b8326a73 0.01 MB 41 34
333,102 333,102 00000000000000000244d59cdb9d3b99db154b219d67ad23be1bcb2796d546c6 0.59 MB 918 28
333,101 333,101 00000000000000001140229c8172692bd34a62ca489a74c29a9d34d98f38efed 0.09 MB 158 30
333,100 333,100 000000000000000017f22258a72671c378a0c7bf7634a15ddcd053b0f1d6abc8 0.02 MB 32 62
333,099 333,099 00000000000000001af74c8646f5b5e54e78732347ad62683ec292b2168fa2ed 0.20 MB 745 37
333,098 333,098 000000000000000003ae69086f34cfc5a2563da2983fcfd1e305b0ccf773c8b6 0.27 MB 394 31
333,097 333,097 000000000000000006ad8bf6e141997a48e08910a7fb2e838b03d9981cc4acdd 0.06 MB 180 26
333,096 333,096 00000000000000001600c4b756d62639ba3b60949fef623f7eed887292d95427 0.42 MB 647 21
333,095 333,095 00000000000000000604c947c7873529bcd07cbfa297dbb767369946f1d7a5d0 0.75 MB 1,897 28
333,094 333,094 00000000000000001b22ab99312f7cd0c53d363c80414f29ae6b62cf4ba8f61c 0.22 MB 587 38
333,093 333,093 00000000000000001350bd91cb4b4b6067a59ffb511f6216bf28937f36e052b0 0.32 MB 568 21
333,092 333,092 0000000000000000131185a848e1347cb37649f928af8b79582633ada2a6ef91 0.11 MB 263 27
333,091 333,091 00000000000000000da21f8a231c7fdbcbe78430ca0530488dbd5b8e353993bc 0.09 MB 189 24
333,090 333,090 000000000000000017907ec8b6a8c730e5b4fd21e448d3ea7f7e2098ba9babea 0.33 MB 646 25
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.