Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,836 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,714 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (764,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,692 143,692 0000000000000323e3bd143c9fedc45b0b4e1b62f28ac6d951d61a8df6c116e3 0.01 MB 22 319
143,691 143,691 00000000000005f98e6abbd53e3d920a27758f5c14551c4a331b5cc1fcf09741 0.02 MB 56 81
143,690 143,690 0000000000000324e84ca97f60a8d67f9fbb74050b974b30974e7a3f9b21ed65 0.02 MB 38 472
143,689 143,689 00000000000006541fa136d47a4acdde8a7739a3f2f3cc7a27df7b45d27163f4 0.01 MB 12 187
143,688 143,688 0000000000000034381745005f3cd59736103c01bb9f98c6a701a2c55c403427 0.02 MB 50 151
143,687 143,687 000000000000085043eb8b9e770efaf98abb12687fe611a990d150a68d496765 0.05 MB 126 948
143,686 143,686 00000000000005e822734ce2fae129a02a740163748d2d99b86bb2146b756ce5 0.00 MB 3 75
143,685 143,685 000000000000018b40412994a22f2a15a61bfb47f039d65e1cca232d4f4eb72e 0.04 MB 161 7
143,684 143,684 000000000000066b9714135bb817929271756f05600cf554eb9f5921064189eb 0.04 MB 101 255
143,683 143,683 0000000000000544528fc2afd031fd918b2a9c71b4b6340df87edb8430c805fb 0.04 MB 95 82
143,682 143,682 00000000000006eb7e35afb1aedf77a5336fec9b6fb6c2fe7b223e7fdac0d15e 0.02 MB 54 110
143,681 143,681 00000000000001efa7a7ac44b2fac3a0ecc39d578a35758aa0e80ba2da90be2d 0.04 MB 91 129
143,680 143,680 000000000000056191bec152f22375277065e746c3a6be4e855be4c29467a044 0.01 MB 18 233
143,679 143,679 000000000000010bc1f9d8a47f51b670f0d028b332f4b644f24a0af8eb3c85fe 0.02 MB 54 52
143,678 143,678 000000000000019d48a892e18b56e7e720f46a6f0c20aa86a31de21cf37c29b6 0.05 MB 145 500
143,677 143,677 0000000000000233628939fb888ddb75c8ba2526d13ba97727f9d6b415f4f5e6 0.05 MB 99 2,754
143,676 143,676 00000000000007cbc439da0b2a81352a3e23a382946fa7990a7fd4a3823fe5c5 0.02 MB 64 59
143,675 143,675 0000000000000822fccb0e2a47542a705838219d31bce638a942eabd8de5d804 0.02 MB 44 152
143,674 143,674 000000000000037c59ffc4bef5fb76436aa05a5618a58cf8f9d8121c93b10a6a 0.02 MB 50 438
143,673 143,673 0000000000000594785cd52a79229e6f4c1d2d858c6e938c38f96417d828b34e 0.01 MB 12 675
143,672 143,672 00000000000004175ce40bb77bbf82c20ab187487f90d686ff8449d2ec94fa58 0.04 MB 107 247
Previous 10 blocks ↓
Total Size: 769.23 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,634.80 GB sent, 94.08 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.