Memory Pool Memory Pool Refreshing

840 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 832 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (818,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
89,731 89,731 00000000000962f639de13fc5d3fee8a503085a3a5ad53fa8611368ff51cd34b 0.00 MB 2 0
89,730 89,730 00000000001078148f6d879c937f60bbf10fa4d4272c35fb254d450eaa3da860 0.00 MB 1 0
89,729 89,729 0000000000135adbd29855ef67c6d79991d144c90bfe22591be5c3dc479d47ab 0.00 MB 1 0
89,728 89,728 0000000000123d6b8c975ba14efdafbeb5d2a7df5d4eebfc79fa129ebe011ad9 0.00 MB 1 0
89,727 89,727 00000000000372459f356e6c3f00b4bb292ef49006d8b53be591c1b5c1866cf1 0.00 MB 1 0
89,726 89,726 000000000009971995cf4bc77e3704771f4463e36acd45ed84d88436e671e88a 0.00 MB 1 0
89,725 89,725 00000000000965a9a27ea58565937f434a6e18743bf6878a91e6d9034b73f8f2 0.00 MB 1 0
89,724 89,724 00000000001074e5451db5ce4ab5c9499cf75e331553090904b71b51c8618663 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.