Memory Pool Memory Pool Refreshing

2,475 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,649 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,465 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (853,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,744 54,744 000000000c8fd08489c45a5a9203c7433e60d073015446ccc78c77578c0970e6 0.00 MB 1 0
54,743 54,743 000000000472003cabdd0fa70d7ca39d9b95d502ae71008165b81c9260188ec4 0.00 MB 1 0
54,742 54,742 000000000587e5f5d54cbc8c3eebabb1e84192b9956598fc92c6d78517d8ad0e 0.00 MB 1 0
54,741 54,741 000000000a4622670e685381c96762dbbf227e66a204d33f3a18d05c45c186c9 0.00 MB 1 0
54,740 54,740 0000000007069b86478c0a1d6b49e679d3898fc118ba2a6036d106bbd29be010 0.00 MB 1 0
54,739 54,739 000000000f9c395274e5707d77fd711ddaf369dc0e3566954721ee4e78cab83c 0.00 MB 1 0
54,738 54,738 0000000009fbfa98e5547cd3fcca04f58a815644a0d7eb1fc02feac651efcf84 0.00 MB 2 0
54,737 54,737 0000000009a4fc9dc9dfc81b9b351c6cb8320c424cff136d83f25e89c1a53cde 0.00 MB 1 0
54,736 54,736 00000000034b2b9b0c1248396dc52f5b0680345ddcbf50053c67a16cae7566a5 0.00 MB 1 0
54,735 54,735 0000000012565584b2981a37aa49b24d4fb7d0b990ca7eb5be0891dec51486ca 0.00 MB 1 0
54,734 54,734 00000000015d3d32c0dad5864c582824b7d08e70fb19401966ed2d473994b77b 0.00 MB 1 0
54,733 54,733 00000000004079b921ad03d66681c0b198a2bfc7635179af4c7e8226534cc476 0.00 MB 1 0
54,732 54,732 0000000011a96b9b0d4e98ba60b60f2c1497e3e22461ff1a33d2da9207bd45ab 0.00 MB 2 0
54,731 54,731 000000000a1d346537fee67de4007e8db32ffbb71d58aac463861ce5aa251b11 0.00 MB 1 0
54,730 54,730 00000000052d721a26db074b7f1a8b3f8c0c32df30913feb1e6444d5cf1792b3 0.00 MB 2 0
54,729 54,729 0000000001ef7788cb4894a03c9131ea080d884f9c561dfa1539fd173f291008 0.00 MB 1 0
54,728 54,728 0000000008803970a4739c3eb5d533e7fa5151f8475eb94748416df52a64ca57 0.00 MB 1 0
54,727 54,727 000000000948e19f97a6b45d20b6a6f854b53c9724432c9cb2caccb3589d8d20 0.00 MB 1 0
54,726 54,726 000000000c8efa75b028c91d0e0e78e031e873a768ee1e4a25f042d1b7f1b7f1 0.00 MB 1 0
54,725 54,725 000000000e558031a0ee0da219037e97b29a4360c420b962214e87b99141ad0c 0.00 MB 3 0
54,724 54,724 00000000129587295d77d36de2c2a8a6da7a6c0786eafe6976dc57b4ce609376 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.42 GB sent, 101.44 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.