Memory Pool Memory Pool Refreshing

4,256 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (615,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,812 292,812 0000000000000000471c1b6f449ff89845c5479184f2fc77d76adfaed95505c3 0.01 MB 21 24
292,811 292,811 000000000000000065c8ee345b67af002ab05ac8a2e6f45eadf7fc110b3dee0b 0.01 MB 16 48
292,810 292,810 0000000000000000d882ff07c0d881a5fd0e14e3a8b4e33b606d7e4b7ba12e00 0.04 MB 78 46
292,809 292,809 000000000000000094fc66e21b3729d83d20a6dc8302c037e7fa532d5c6ceb61 0.14 MB 272 30
292,808 292,808 0000000000000000ac37903ce3a8e4eae3f53efa787c188257461a63604114ab 0.38 MB 578 31
292,807 292,807 0000000000000000361ada343c532d7d44df5a9588ca882f778c8afa22abe029 0.06 MB 59 19
292,806 292,806 00000000000000006ce2004ff36f487534695c6eebef274c790f829471d8e950 0.27 MB 526 39
292,805 292,805 00000000000000005e3dc9b256c1891d85317aead93e9dc91f5b8cd15e173f29 0.15 MB 48 12
292,804 292,804 0000000000000000ac9a0914ae09df57294df9744445e100490a04667741459c 0.25 MB 528 43
292,803 292,803 00000000000000007ac02f7485566e24e0e432e97dc5f4b6dfbff7bdd1a46ecc 0.22 MB 373 29
292,802 292,802 0000000000000000556202bfbc09f7c133082afbba901f27298977ef76d904b7 0.15 MB 293 31
292,801 292,801 0000000000000000254494524806089e1b92eb36e810ba02dad81d2d3d1f271b 0.07 MB 153 33
292,800 292,800 000000000000000066c40be228b940924a3b6e2f6fd0baa393938f1cd93f0cad 0.09 MB 51 8
292,799 292,799 000000000000000060aed2a024d59b9c2129324ecba6080605d11b4dfacd2832 0.26 MB 481 32
292,798 292,798 0000000000000000961fefa05ff6a79f7794cdaca3049b8862b1ce6594268263 0.07 MB 38 9
292,797 292,797 00000000000000006fcdb2cbf4d67b370af1372d8c38abb4827cac7312cdaee4 0.01 MB 20 34
292,796 292,796 0000000000000000d83d0a587021dc69a425697fa3997eb0b8d000e92d099744 0.07 MB 119 26
292,795 292,795 00000000000000004084ed13fe7bb25d335561143776e15b4ebd7ca320fe4030 0.02 MB 35 45
292,794 292,794 000000000000000081be2b9fbcfda66731ca90bbf9e1a50c727387af9d345359 0.08 MB 148 37
292,793 292,793 0000000000000000c622f842955ba8ef8fa9564e8e0b239fbd6c6e91bcb8c199 0.03 MB 59 34
292,792 292,792 0000000000000000455e678fb8bc4f01faa7492d6bdf82b2a893617ad40b7b27 0.03 MB 51 36
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.