Memory Pool Memory Pool Refreshing

4,191 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (840,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,622 68,622 00000000013016d26f21335443b3d240733e547990ea853a6017da4fb93b376f 0.00 MB 1 0
68,621 68,621 0000000000aa65c5a835fdebd58079dbc964619b58388e1854fc7e12019d8e5d 0.00 MB 1 0
68,620 68,620 00000000015da613f104fc7c04856d249b586639b29a75d71838e6d2695e893b 0.00 MB 2 0
68,619 68,619 000000000065f7276fcc125766431fea8934009013b2035c1150a94d6c7ad5df 0.01 MB 4 0
68,618 68,618 00000000001c4f57b571ee6808e1b8aae4d4f81d8a8d042e7563d666d7ff3bc7 0.00 MB 1 0
68,617 68,617 00000000005dfecab45343e7c67be2ef992014d6eae6cfeded361c5611c8cdec 0.00 MB 1 0
68,616 68,616 000000000124cf9b08f368e8c37fba9d164cbcb7fc9a0a94b27de3b1f1c69e71 0.00 MB 2 0
68,615 68,615 0000000000886d0c307d39586ffb8096508ab517b85d3b3018a11cfba8834cd1 0.00 MB 1 0
68,614 68,614 000000000046962b5462343f6655b96bf7ac800d5f0c7f4bc5af26c5a52f9a48 0.00 MB 1 0
68,613 68,613 0000000000ce28c8a4517f8eb9a87233145394db84b43bab9a3760592fe325c5 0.00 MB 1 0
68,612 68,612 00000000009caa83cadb98eb698ca7ff44d3e572627a1c16c92ec92e1bfae3fa 0.00 MB 1 0
68,611 68,611 00000000003fab666a0f17604395ed94a872b64e5855af8090b881424838e19a 0.00 MB 4 0
68,610 68,610 000000000155c7384e8666dab75ca406541b75d12722fe88192980f14e0850f2 0.00 MB 1 0
68,609 68,609 0000000000188b427bd24048b5c2a04a5134d56dc45fd5881db7ee65605ae163 0.00 MB 3 0
68,608 68,608 00000000013c13b5bd2ea5b32aa45bc33bda6f982c78083e2c730087286018d2 0.00 MB 3 0
68,607 68,607 000000000034ab8388b89c5232f4a7f64c8e6fd83ea9b0f952c9f292aefd3633 0.00 MB 5 0
68,606 68,606 0000000000f7ab3d060be13ef605f80b77a8e6cb58484d5b175a94f6dc7884c4 0.00 MB 3 0
68,605 68,605 0000000000299d61b33599f5e697f828d17d228250c8ab325c82a250ed97f2da 0.00 MB 1 0
68,604 68,604 0000000000b6a7b3d0993ecaf355a2feca0a09b0a713acddbb2159959fa7647a 0.00 MB 1 0
68,603 68,603 00000000010667f491742b809aa825d7212e227cac7ea161034574bf450b1ecf 0.00 MB 2 0
68,602 68,602 0000000000d2f98a9cf08a0bcc7e826fe52a086d1fb01c9d861a213764facb20 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.