Memory Pool Memory Pool Refreshing

4,462 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 1.00 vMB 2,702 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (844,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,813 63,813 0000000008cac1531a5608ea6e4af34e04f902a98a25803eb547b0dfcad5b06a 0.00 MB 1 0
63,812 63,812 0000000006cba28399472434c081a31d90d7e1291e1e5082241548b1a6e5f197 0.00 MB 2 0
63,811 63,811 00000000068082f61a31f060befc1bbdbcc869fa4473e74f0e4181370fc85815 0.00 MB 1 0
63,810 63,810 000000000368b829441ee66d24fc1ea377c8af4a19bcf6f9d08434fb444aa5b8 0.00 MB 1 0
63,809 63,809 00000000035ecc5219b61072c3e9ddba87b1f55c341850f730d4a33560529aba 0.00 MB 1 0
63,808 63,808 0000000001aec29bee6c0871fb5ba20ee5ab37b704055cd54a33ae47a7b89cb4 0.00 MB 1 0
63,807 63,807 000000000904aadc15267b77cdc94a9cfc958388b13a16f1247ae8188b4ca3ba 0.00 MB 1 0
63,806 63,806 000000000316eacbfc445ed9d1689e66eba76c8a8bdced7539fcf46aade6aaf5 0.00 MB 1 0
63,805 63,805 00000000060b1243993f57847db8a1534a64d86efe96e20d24f1e2e7391ed076 0.00 MB 2 0
63,804 63,804 00000000059accab88a672782ae8bc1987f134855232cfd0a84ffb271602d15e 0.00 MB 1 0
63,803 63,803 000000000b358858625e3e5d2bd82a0eddab82f77ad0f66d2e975d9683c91329 0.00 MB 1 0
63,802 63,802 000000000c35ae7cb1277682140f9c93a2a9ff89c1874cffc6fd9ad772548581 0.00 MB 1 0
63,801 63,801 00000000038f8444b27e752910dc32f79046a0029f9e65b04a9988ff356f3fb6 0.00 MB 1 0
63,800 63,800 00000000056f77b69482303b59c91fd4f597c068fa394a861fd95055ed47313a 0.00 MB 1 0
63,799 63,799 00000000055e1a3ec7c5bc87f0f8b4568fbb401b94231c43fd0d270069f150c2 0.00 MB 1 0
63,798 63,798 0000000009078d218b30b6b72dcc3da3d28213d7992f0ae13d451881111ebae5 0.00 MB 1 0
63,797 63,797 00000000058d5b908abcc3f922e0879049d7dc20ae1829f17813ff9f095fdaca 0.00 MB 1 0
63,796 63,796 0000000004d947c215a8acb3ac3b8e6eb11e61a8008963f969e24a1b30c2a97a 0.00 MB 1 0
63,795 63,795 0000000004bb466d6e47deb8eba24fd7927789a1b609445af9d75b92750d2645 0.00 MB 2 0
63,794 63,794 000000000bccee0d2f784e87b4d256b6820c150ffd665f954d57f838d9ee079f 0.00 MB 1 0
63,793 63,793 000000000cbff3255e05fa5cb0402fece43374c88269f7b604ca107d6ad7abb0 0.00 MB 1 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.43 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.