Memory Pool Memory Pool Refreshing

9,344 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (18,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,628 889,628 00000000000000000001470d993974fa24f5406c56dbd9e8704e84fc684f5dfd 1.47 MB 2,705 4
889,627 889,627 0000000000000000000170eb6bd2915be87ec7e8c8aa78750b4ccd96bcb3c837 1.18 MB 1,107 6
889,626 889,626 00000000000000000001c39ec551e617ca015559e860f1949f29084eee651969 1.56 MB 3,443 4
889,625 889,625 00000000000000000001055f0fa107de374f0e45357ae16391665cbb131fc5e0 1.62 MB 3,430 3
889,624 889,624 00000000000000000001623bccb1d819472bcafa9854bb327279bfd16a3d09f5 1.34 MB 1,440 2
889,623 889,623 00000000000000000001ff72cb523f179c9b5873f9ed80d2bbcf5168721fe64c 1.64 MB 3,907 5
889,622 889,622 00000000000000000001af4a0184b2df169c41ea872fe2d444d3bfce9a2ee4e6 1.45 MB 2,333 3
889,621 889,621 0000000000000000000254d942d145235f104f9a5adf6ebe3ee1533aab517a10 1.36 MB 2,001 2
889,620 889,620 000000000000000000000934e710c9cbff06838f167f45e32bb5940a00ad3bc1 1.78 MB 3,316 2
889,619 889,619 000000000000000000015192857efcf90a0171a2882464eac21ca81a57de0625 1.47 MB 3,073 4
889,618 889,618 000000000000000000026713d768fca73b3d8ce6bc49b7da3c1bf6731b78308f 1.55 MB 3,385 8
889,617 889,617 00000000000000000000b6ab8c3330d0e28375e7c8d5471d835b6d2733155783 1.62 MB 3,781 6
889,616 889,616 000000000000000000014802f2a123629ae90f240620337536c031ff47ce2bd7 1.51 MB 2,583 4
889,615 889,615 000000000000000000009ce7738d17e932631f4b6048d6ff48ad96ee7731dcd6 1.73 MB 3,942 1
889,614 889,614 0000000000000000000053fa5d0babec2cb258d6d3a4404904ca8bc1d89c4f49 1.80 MB 4,648 1
889,613 889,613 000000000000000000007f26a45af184db749834403d7ac06637284c3f5f4d96 1.51 MB 2,288 4
889,612 889,612 000000000000000000000f2c4dc24115d50d721aa79ae09220f8ca7a2c095c47 1.11 MB 510 2
889,611 889,611 000000000000000000000e17fa588cffa4874ee7f681a8355abc3ba8170bf7ce 1.43 MB 2,272 5
889,610 889,610 00000000000000000001d07bf2fc4c2d9459289aefde87bd55255b9930a02196 1.50 MB 1,925 4
889,609 889,609 00000000000000000002409785b54844767983f1e7c0ffd7d4da5915e2f8cf8e 1.32 MB 1,070 3
889,608 889,608 0000000000000000000089dee87e094c2703f266c2cfed84db0bd54e55611645 1.71 MB 2,482 3
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.