Memory Pool Memory Pool Refreshing

4,570 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,292 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (905,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,120 2,120 000000009a284bd92fd73540f30123be054f16438532e83b7a5c94ec048a7ab9 0.00 MB 1 0
2,119 2,119 000000009b8de49958011387b343860457061ec4175a07cd0c094216f3074ed6 0.00 MB 1 0
2,118 2,118 000000008f42f665cab52fd5972974ab3c0d1b43b97ac20105295f0a224af886 0.00 MB 1 0
2,117 2,117 0000000078cf3d9ad734fdf5ae43a3141efdbd0e4accf516bbbe9f85f97d0ed1 0.00 MB 1 0
2,116 2,116 000000003bbcc9dfe24e9880fb4d462003191a40b1d313b962d9a458d0d6f84c 0.00 MB 1 0
2,115 2,115 000000003b1a33fecc66ca72fc1742865736881bcf78306b80fa44195678313a 0.00 MB 1 0
2,114 2,114 000000000c10387a9c25bf199de9619ec0169ca480bf5be2fb176d195390936b 0.00 MB 1 0
2,113 2,113 0000000074e6f8830b061e9496206845ca583f640e6ebc57add54cda51b0d981 0.00 MB 1 0
2,112 2,112 00000000e8bcdaa8ab9f8ef19c5ecf6d5e624b8b094fd62c10ddde907881a81e 0.00 MB 1 0
2,111 2,111 000000006a1e87b12ff12edcc04408a61b6d436b21dd6d8af9f5afc759a38116 0.00 MB 1 0
2,110 2,110 000000004e9faa21bc0797c4124998999b0d8a42b1b5257dada61079a3f00257 0.00 MB 1 0
2,109 2,109 00000000ea7f9f046ae440a6d6b3e42f67b20c9d51d300cd5d757f309beaf883 0.00 MB 1 0
2,108 2,108 00000000858aa3785d1874097feee96e35aa9e80804207d1af28f2ba251ea9bd 0.00 MB 1 0
2,107 2,107 000000004e9312de3e91560422cfc38f37d6e96f836169d3cbef6284df27c0da 0.00 MB 1 0
2,106 2,106 00000000125bd7848efc28349f2f8a45aa2412e25fb0c9a63ab989db66ba910d 0.00 MB 1 0
2,105 2,105 00000000266f48b65050bd91fd8584a2e5b3225c64af4b8f2321a24a1d7b62cc 0.00 MB 1 0
2,104 2,104 0000000074d8bfd85b5c211a7ddc38bb62e84078e1778e90635855a992910d8b 0.00 MB 1 0
2,103 2,103 00000000d5c38d3d304e325f7892bc67affc7c1bdbf82db7d6233178afd3edcb 0.00 MB 1 0
2,102 2,102 00000000aeeefd7c35c30f53345004470618aa400239892cdafd6ed5a282cd2a 0.00 MB 1 0
2,101 2,101 00000000d8982f243bdc42ea9b6dd9961f98d99db54decdc6affdfdfd7205eaf 0.00 MB 1 0
2,100 2,100 00000000d5092034c3a92473d42f28e3fd279f0652e2d5b0049c7d40fcbc990b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.08 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,628.27 GB sent, 93.32 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.