Memory Pool Memory Pool Refreshing

4,197 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (852,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,685 56,685 0000000009f1a6c9cccf3fdc349b539bc698c6281abb8666ad03c66fdcb474fc 0.00 MB 1 0
56,684 56,684 0000000014e24c63a6f28bf6119d843b2f5bb39efdea2769d244654dc943bd35 0.00 MB 1 0
56,683 56,683 00000000104b8c9c8124e63d5581ade5f8bdd1d416b279caf26e2c1e0dbf76c6 0.00 MB 1 0
56,682 56,682 000000000b537d64a72052ceb142ae068d5c53d965e5fef2d2e46d4ac2031804 0.00 MB 1 0
56,681 56,681 00000000008bd8665fc5359dd1e68e45581a6c6d19bed214f0417699bda0f121 0.00 MB 1 0
56,680 56,680 0000000007d94989a58e37002fee423b00b77a7194d538a82b4d3b0b9789046f 0.00 MB 1 0
56,679 56,679 000000000aa743ccb4953f49c3e0dc34be927d0b6b456e88de24d1ca7c95c4b6 0.00 MB 1 0
56,678 56,678 0000000010a38a4ae73f89778a740895aeb261d6f969f5db19e81922bc6e8b25 0.00 MB 1 0
56,677 56,677 00000000104a73a01a9fcd74dad70893a24270ff2f48d9a978b744ededad6a81 0.00 MB 3 0
56,676 56,676 00000000023886de4ec7e0f1797ba9ae792b373d60749636cbce654ca74417b9 0.00 MB 1 0
56,675 56,675 000000000ad053df2f1b1f6cbd146f8333ca2d4b39129dba3494a6700356b04d 0.00 MB 1 0
56,674 56,674 00000000021edd847b978ea436c1156c14d0a3c7f9490e9ad860caf6e7019d03 0.00 MB 1 0
56,673 56,673 00000000104bc004fe115c61cf6476b26a0bb754f3ca4b484f59d74faed34ec5 0.00 MB 1 0
56,672 56,672 0000000005017d89b614edf96a04dd3bda0a00d6ae4facab76aac9b34fb3f31b 0.00 MB 1 0
56,671 56,671 0000000007bb7823737d641396eaa67d72c10484be5957d9af037b8c5483d0e0 0.00 MB 1 0
56,670 56,670 00000000131c01de96f0a1f87877fee830351b3eaa481cdcf66f1651d532a888 0.00 MB 1 0
56,669 56,669 0000000008736173f3824ac7612d4ab2c7958de7c3ef65eb61758d3cbb411ae6 0.00 MB 1 0
56,668 56,668 000000000654a012bd336330f5bc068f3cf2f5da08c9403ac7d910d101b70cb8 0.00 MB 1 0
56,667 56,667 0000000006b3842c225ed56ad70ed56ce29c80f55642b9c3b50a3c9527947c46 0.00 MB 1 0
56,666 56,666 000000000b38097a4f309ffad150eae626196d870021bd3eab640a727ffa196a 0.00 MB 1 0
56,665 56,665 000000000d1a65c1aca7a912d0f8d9c73441627badf9fc58f292c9649bbcc9a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,854.10 GB sent, 101.86 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.