Memory Pool Memory Pool Refreshing

10,220 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (184,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,894 722,894 00000000000000000003d72faeba125cda8551c0f00778b71d69f30352ac7d53 1.11 MB 476 3
722,893 722,893 000000000000000000083d329892ce9447f0cec167aa6f2a64a1fd29a35484fd 1.09 MB 525 3
722,892 722,892 00000000000000000003ecad81fedda6a25a00c790091831c6ed5a264ab490e3 1.16 MB 1,009 5
722,891 722,891 00000000000000000007e0b1ea09d9274c5547c8799acef9295152d5820cb3c9 1.12 MB 508 4
722,890 722,890 000000000000000000078dfe6f0822e4aaf70b5835ac362e09ea6a1b6fe59133 1.23 MB 1,633 9
722,889 722,889 00000000000000000008adf3cf744b85b53bb68932bcebad43316aea9656dc7e 1.12 MB 308 5
722,888 722,888 00000000000000000001225d2cd3e0c2ce2d8134a02e27a4ec0f8100c1c9567c 1.14 MB 644 5
722,887 722,887 00000000000000000000da4a72d7978b96e897ba9739a7eb0e9dec36cca6b41a 1.36 MB 2,335 9
722,886 722,886 00000000000000000001152a10b76700f7d32debe3bdf233eadeb59af4c8c73d 1.15 MB 888 4
722,885 722,885 000000000000000000017e6105ff838a366eb9d2e1fdfc3b6b5da1013994c407 1.15 MB 984 5
722,884 722,884 00000000000000000007ae12a69f40e82e1ddcaaa33e04567afcb9dbebe43d14 1.25 MB 1,545 7
722,883 722,883 0000000000000000000a09ef4482988741af7ae175d24a7138cc41c9d9600e84 1.29 MB 1,491 7
722,882 722,882 000000000000000000012f7c8827f086af0de4faffe7b44fd567533a19c4146c 1.04 MB 157 2
722,881 722,881 00000000000000000000526e86b68f7bfdf46c058000d2e79e72ac91b62dd49b 1.28 MB 1,580 7
722,880 722,880 0000000000000000000427f228adbed4b2293780b262ce9b79ef7f8035c86e34 1.24 MB 1,388 8
722,879 722,879 0000000000000000000672d4a2c5a4f9ca034a58e2407d34b64c4b1d1965ac8d 1.11 MB 539 3
722,878 722,878 00000000000000000004278dea7c6e7d1c1d276493c5e24477ede8f87fedd109 1.13 MB 737 4
722,877 722,877 0000000000000000000469142d0c9dc07c6c9d0c7137d0eba73f2cfc1fc3fe27 1.06 MB 211 3
722,876 722,876 000000000000000000057c8657c82e740d6364b433aab5c4537dd073eaf6de22 1.14 MB 540 4
722,875 722,875 000000000000000000062e355781b113a7f7fbd914651d149af1526c0311a9bb 1.36 MB 1,293 7
722,874 722,874 0000000000000000000656be0aa1a90f0cc84745c234beb3ffc143ccbd4db11b 1.26 MB 797 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.