Memory Pool Memory Pool Refreshing

1,823 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,796 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (184,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,135 723,135 00000000000000000000437037086b34eb66b81a16ded3d41200041b03fec36c 1.47 MB 2,844 10
723,134 723,134 000000000000000000034818b4a30c99f65d66b8ad9adedb0a4a9884a09c8dc8 1.13 MB 1,285 4
723,133 723,133 00000000000000000005f2313d3fd90901368994124b20ec781ff091d70db4ac 1.63 MB 2,944 5
723,132 723,132 00000000000000000003110bbd519b8ccb5a1f109e6d8dc418f107dc2bd2bbc3 1.52 MB 1,478 17
723,131 723,131 000000000000000000049cc90ef4c1b20b80d9dbdc06d68457654a53f437c63b 1.53 MB 2,285 11
723,130 723,130 0000000000000000000213c5b02097d17f310c31040263576434ff0565d77b6c 0.54 MB 484 6
723,129 723,129 000000000000000000072ddc3bb817f99622d38b48fbd0e7f63acb93e5465224 0.14 MB 240 5
723,128 723,128 00000000000000000000fd726573be429d362029d25b6b4fd3ce67e2a495cbff 1.56 MB 2,726 7
723,127 723,127 000000000000000000002e512362bcaa095efa2ce343fc7c443cc9d21cf58625 1.33 MB 2,229 14
723,126 723,126 0000000000000000000138c4ffa6a59166143307ad9d067f73dae72284c2066b 0.64 MB 1,133 13
723,125 723,125 000000000000000000054004f2c021b6a2211fcae6b2c27c3f75b4d032cac622 0.38 MB 686 11
723,124 723,124 000000000000000000022273528f59a12abe9293043c5e51d8298ff00edc07d3 0.86 MB 1,443 12
723,123 723,123 00000000000000000005c4c63c387653f139dbc6c18af3df2e5c6e36b4de1661 0.21 MB 380 8
723,122 723,122 00000000000000000000d9e47721f880c328ba13cc49034df99b9315c030095d 0.40 MB 773 10
723,121 723,121 00000000000000000007c699c8a2872ff3efcc89be4778bc11c4cdadfdec84a3 0.25 MB 230 6
723,120 723,120 00000000000000000004a4e61944ae682b7aaf0c8c8489f7801daebc9fe7d014 0.46 MB 721 12
723,119 723,119 000000000000000000025c41cb707fbd252e1c75609f92092531027a560f7b1e 0.39 MB 815 11
723,118 723,118 00000000000000000007fc62fe5e7838b74d2395ab2725ed35e701e3ab85009f 0.71 MB 834 8
723,117 723,117 000000000000000000098d9c1d2e938a23ff47dc329c27aefa0ceb0c5eb5fcfc 0.80 MB 1,675 9
723,116 723,116 00000000000000000007a70823dd2ef8a4afc394270b0bf4b9b77a706dd0a6ae 1.41 MB 2,257 8
723,115 723,115 000000000000000000066d5db44056a55e2e361105e61772775c6e633769a93a 0.18 MB 372 9
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.18 GB sent, 93.27 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.