Memory Pool Memory Pool Refreshing

16,510 transactions
5.49 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (644,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,811 262,811 000000000000000737241b8355f66cf689f1482512e0714a02dd3e8d556e8efe 0.06 MB 148 86
262,810 262,810 0000000000000011ae2a23d7abef231b126eac8ba2608f5366d5f8c900d76b0b 0.23 MB 528 44
262,809 262,809 000000000000001313ec70b2bbba97a2730f4433374a07dde8d60ea0379314a3 0.30 MB 746 139
262,808 262,808 00000000000000138063723ae9aa9c7d311990c5f0f4d86564f2b1e8b4eb935b 0.37 MB 834 98
262,807 262,807 0000000000000009c078bcba7ce71807ea3f25121343ae6678064a5c0401b7af 0.25 MB 556 118
262,806 262,806 000000000000000b947b5170cca5a54f1e8e818d49028a390558752fbe9fa170 0.06 MB 173 88
262,805 262,805 0000000000000002ff7430aeea107c876c306807241adb889aef763115533670 0.16 MB 250 57
262,804 262,804 000000000000000a45ded4e79693427ef15715c6df5ffa806db4915a07236018 0.04 MB 109 37
262,803 262,803 000000000000000e895a4225731c358520f4cf299d708503fc69e86ee8937fc4 0.25 MB 453 49
262,802 262,802 000000000000000bc9e34180236e5fd49c82fd902376275a66e77a45eeb9f883 0.25 MB 677 67
262,801 262,801 00000000000000166df614e384ddb40ae8dc3eb2c19c7dd3be6258e76aa49dea 0.50 MB 1,232 145
262,800 262,800 00000000000000073fdf2123800e5c1614ff8fe8f3137230153d2c1c947cbb9c 0.20 MB 509 115
262,799 262,799 00000000000000104b1a98004d4b018b672050399a303343909c239f9fcfd9f5 0.06 MB 160 82
262,798 262,798 0000000000000001667cf1cdf1fda52a4d94642dda1de8ee1bbb2f1780774ed0 0.05 MB 153 136
262,797 262,797 000000000000000d7986300d727c9460d73f6d35008c1f309a1b9749ea31141b 0.09 MB 216 78
262,796 262,796 00000000000000122ccba6071232d1334f42e2986957f898f56a45c68f670961 0.08 MB 209 67
262,795 262,795 000000000000001686046f3ca45275d07ea411a93e8eeb3b80e4d96b44b2d310 0.27 MB 605 103
262,794 262,794 0000000000000000aa7f5394c691934b581aa91fc5109ba615e9bea3d08cadfb 0.18 MB 463 101
262,793 262,793 000000000000000b1f1f9f9c1964642a8a18afc458ace8342b259373846ddfae 0.21 MB 526 127
262,792 262,792 000000000000000fb4e7aaa65333a0e33811b2fa6f2c0941f8b8b71e283efc9b 0.04 MB 105 89
262,791 262,791 000000000000000cd686db1a2f22140a41996ee51a144fc4bf295e95b312447f 0.05 MB 97 73
Previous 10 blocks ↓
Total Size: 769.02 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,624.61 GB sent, 93.00 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.