Memory Pool Memory Pool Refreshing

4,210 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (574,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,122 333,122 0000000000000000096ed87d87a09e8e436688d32abe0cb96cbb14f1fd124b8e 0.50 MB 851 23
333,121 333,121 0000000000000000010b68914a7faa49d64425ff1eabca1912f5cefec76e9ff4 0.11 MB 212 26
333,120 333,120 000000000000000000421231ff8987f9f0f16c6ab3cf9a7325a1d20bcdbd45bd 0.32 MB 549 23
333,119 333,119 00000000000000000ad19b4eecc9d0dbcc2a83582577f799d9110a2e288d746d 0.07 MB 256 45
333,118 333,118 000000000000000011ca8747b0644abaae6730261b1e43e4be7f9e1e56669345 0.24 MB 326 20
333,117 333,117 000000000000000002aa5d6d897a2d48ce5ee4191cd904a8376fdd1162aab4b7 0.17 MB 301 18
333,116 333,116 000000000000000011aa9d33fd83cdaaf81a837d39afe0569b3d59756af9ad6c 0.65 MB 1,200 21
333,115 333,115 00000000000000001532a8dd1ed1ae44268187c3f9aefc729b6e5fb9f66649a5 1.00 MB 1,773 25
333,114 333,114 000000000000000000d24f7b706a599081961fcb77a0c63bd1d9ccb55c53280e 0.42 MB 553 25
333,113 333,113 000000000000000006efb494417098dd5c7ae9b1cfa2644bbdec7efccf40b6c1 0.25 MB 436 25
333,112 333,112 0000000000000000094fe7c584920948395fa719ee5b8546312881497b89ea2d 0.17 MB 384 26
333,111 333,111 00000000000000000a26235d5037392f0ca57abaa797d758eb528dfceae73c8d 0.06 MB 109 20
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
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.