Memory Pool Memory Pool Refreshing

6,859 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (569,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,550 338,550 000000000000000001a40b59666d48390c02a1aba1c9eee828b39b8c869c375d 0.38 MB 732 32
338,549 338,549 00000000000000000fecfa622338b1f43ed7baf13d3dab1c9243a6eb21b20061 0.06 MB 128 19
338,548 338,548 00000000000000000ffea8efc1221d2794d69c3dbee861801ec2a563355b8b89 0.55 MB 982 22
338,547 338,547 00000000000000001414277eacd1f566c010972ca15d8ae7a55f55d45e1c6731 0.86 MB 756 13
338,546 338,546 00000000000000000b51b817994ab66f964478c2de6b8c458dc2b35d97d5746c 0.75 MB 1,585 31
338,545 338,545 00000000000000001272074735f95ec701e54535000b88afaf21320854b0c458 0.00 MB 1 0
338,544 338,544 000000000000000000433c9053877a1d90c33af4f0debdf1771d7379767b105c 0.12 MB 185 19
338,543 338,543 00000000000000000d5587a5b527713ec5e6ad111898f898e7b7d82e5e44da60 0.35 MB 596 22
338,542 338,542 00000000000000001371a44b427cc93f1e99772088902c189e8db92b7850a1ec 0.71 MB 816 20
338,541 338,541 000000000000000004592a897e518c27f3ee8c428834453823cf9e3db925ae8a 0.75 MB 1,519 27
338,540 338,540 000000000000000008e4fcf183606ff51ded67742e17609fc67fa2b052f8377b 0.09 MB 141 20
338,539 338,539 00000000000000001a8b749457090c2228ec6a6628309b911415fd2450c965c1 0.16 MB 302 24
338,538 338,538 00000000000000000fc2cd19f7d8058b66656afa731aef9f512fc2f0c2d4aaae 0.13 MB 195 20
338,537 338,537 00000000000000000978f16c627e26a99f372d49f3be3c0963017629c0f35c12 0.17 MB 114 12
338,536 338,536 000000000000000004c2ed5cbf656dcdfb4c94e764f9f8c8be3bae65290ed6eb 0.11 MB 256 26
338,535 338,535 0000000000000000188f39ffd898dd7598d7b2b8e12a9e43c2bb9c2ecfd3b8e2 0.04 MB 85 24
338,534 338,534 0000000000000000092f95efd75c15b9d1440a110ce1ac4b89d14a2ada8ef931 0.25 MB 498 22
338,533 338,533 00000000000000000b8fc4b2ef5b346ebd4a2b7fd61e059f7f793bd4d07c5839 0.11 MB 193 40
338,532 338,532 000000000000000016665ff6ce2aa5a1da98a3869595b0d41664fcb718e939ce 0.71 MB 1,211 23
338,531 338,531 00000000000000000e7a7e01b01de0a4037351c0565670019f7d6a5590cbb6c6 0.04 MB 64 3
338,530 338,530 000000000000000001ee92ab2df3dbac234a789e7c5368cbd18ed7f8aaff39eb 0.09 MB 112 11
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.