Memory Pool Memory Pool Refreshing

9,289 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,756 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (794,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,745 113,745 0000000000000fc1052f4a6d01264116711cbfbc7ce736447b5828df7d4c9b65 0.00 MB 10 0
113,744 113,744 000000000000338047f362ced98cee83da8accd5ea0484badad3e87c1dd28f67 0.01 MB 34 0
113,743 113,743 00000000000087e62f0323c4f7cae52d6145913a1271a320c58933c8fd893e55 0.00 MB 11 324
113,742 113,742 000000000000ae8b55a4afb4e6646b8c92408e07a3128188121affad6dabfb85 0.00 MB 13 0
113,741 113,741 000000000000341c93a18fe20fd74c7a5a993fba16bcb39d1f7e4e7c1afa63b6 0.03 MB 115 150
113,740 113,740 000000000000bbb2557483596320ef3f385bc05d5363537c5ebe8589ff3a109d 0.00 MB 1 0
113,739 113,739 00000000000092db194bf061c3ca2a92920f3e908e59e1f22ed0068fa0868135 0.03 MB 135 0
113,738 113,738 0000000000008934dd6a7f08813bf3b3a5f0c467c49d5ff08c4a9b11a9d72615 0.00 MB 10 0
113,737 113,737 000000000000542ab4e127ca52e1cbeaf1b2e2c9a10827ee3d7069227ccc20e0 0.00 MB 19 0
113,736 113,736 0000000000000594f15f9e903a27f641336b91ab5a28cf22b6cd17c8860153af 0.00 MB 10 0
113,735 113,735 000000000000d53fc93e8dae35c2a966b1a6a5e25ec123ef0003378695a0f5a5 0.01 MB 35 112
113,734 113,734 000000000000a774bf0c93d4cb2e0235153bf76f77b9153e50be29b8c3cfc4f2 0.00 MB 14 0
113,733 113,733 000000000000d12f16c3463ba8df196a15c038161ed662f61ab65d45047bcfad 0.00 MB 12 0
113,732 113,732 000000000000165057836c51b836289a5f3eb6823e15f770c32c9bfe363ce637 0.00 MB 12 0
113,731 113,731 0000000000006b69604c81bd38e7aa10b766842040877b339db003de36dce4b4 0.00 MB 9 0
113,730 113,730 000000000000dbd77d79cbc5b6720908cb3649228a6f58800161c1d5c23ac0c3 0.00 MB 1 0
113,729 113,729 0000000000001df2833e3ed7ad369e4ba706a8a3448db9a4d9fa30a9ef8a947c 0.00 MB 10 0
113,728 113,728 0000000000008f5f84f2667b3665b0bb0ecc1500272824dc68ace4db9f6845db 0.00 MB 9 0
113,727 113,727 0000000000003edf1e12a0a90c3a248e631e879cf1fa29d76a9cbd85fc0f4ac1 0.00 MB 12 215
113,726 113,726 0000000000009e6fe61355a5b95fdd4edfe2fe97fee872cbbbf52c8d1e475955 0.01 MB 29 0
113,725 113,725 0000000000008aabd026c2663bc8569379eeddefd5739061db89c525f36f796a 0.00 MB 2 1,360
Previous 10 blocks ↓
Total Size: 769.71 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,677.60 GB sent, 96.47 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.