Memory Pool Memory Pool Refreshing

7,075 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,094 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,058 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,093 (818,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,752 89,752 000000000001fb74580bdfc7e7a8b7c289a0c84d405807250ec4a61c6ee48b76 0.00 MB 1 0
89,751 89,751 000000000006f9f550963f77d047a97b07723e1ad458b56e89be5ea1e6577d09 0.00 MB 2 0
89,750 89,750 000000000008be469c8bf4ea60ad1e1dca5e576f2e680046f7d220abb692eae2 0.00 MB 1 0
89,749 89,749 00000000000f310bf0ce524b33e4778779f2a4a1a1c7c561580ce1960022e95d 0.00 MB 1 0
89,748 89,748 000000000006f79363e3fceff30c5a38bd4d9b11a064b463d0236b6bb70cbbb5 0.00 MB 1 0
89,747 89,747 0000000000098d9f588b83dbab36a15432de3018cc69d648cf4d1c25242d63fb 0.00 MB 1 0
89,746 89,746 000000000009060cbe40810d5a8925dcf9ad9cf6bcb25bed02b966c89949a6b3 0.00 MB 2 0
89,745 89,745 0000000000098c7f759384c86d3d48f5a370be723fa831d5b74333bbf4198097 0.00 MB 3 0
89,744 89,744 000000000005e1e7504da62a25ad12b92f1f3c553069bfaba55ac119c21e16d0 0.00 MB 3 0
89,743 89,743 0000000000061f2dde7f415ea61ece92d0a23b04fa494a809fb6ab019a32942d 0.00 MB 1 0
89,742 89,742 00000000000af46a9f14b2c38e153ef8368701227800b15960138c21ef026457 0.00 MB 2 0
89,741 89,741 000000000006f35f5400f0b0d894b2e03741cac45926837af740cb39248106d9 0.00 MB 1 0
89,740 89,740 00000000000ea29b995d5a333bc1e62765ba027643a9d8640a86cec820d28f45 0.00 MB 2 0
89,739 89,739 000000000003f4331fcf007962084940c6f3c065c7f831c3a2fe27f68039fdf3 0.00 MB 3 0
89,738 89,738 000000000006792e67ee43b669401255fe8405e012b55212422a6c4b8ecc23f5 0.00 MB 1 0
89,737 89,737 000000000010b2b68f3cf5f2ef04c4c6b9d8197c791d9e99f49b365dda9250eb 0.00 MB 2 0
89,736 89,736 00000000000f267222bbb80e2a75f9f6a72b877fa3e6505a5f648139fba01a48 0.00 MB 2 0
89,735 89,735 0000000000120b894171c3da479fff86dbc5d049f0bf7a896581a9aca4fb30bd 0.00 MB 1 0
89,734 89,734 00000000000e72f7b8ad10b29cc87d1aef17ed14ba3e5709cee015fba6740e6a 0.00 MB 2 0
89,733 89,733 000000000000402fd788a25a998f64847b88919fe28f15332a004ba1a2f5ef05 0.00 MB 1 0
89,732 89,732 00000000000dc9dae5636970f4a40e636f87e87c81242086504af6eb0b754e9e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.72 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.76 GB sent, 96.51 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.