Memory Pool Memory Pool Refreshing

804 transactions
8.27 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,349 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 686 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,348 (863,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,655 44,655 000000001926703bc0f0732c2c79038871e621d66122e5f0f3e05a66e29eeb1c 0.00 MB 1 0
44,654 44,654 000000000f7d7989554dbcdc070dbc828ad4443ed562cfc5451f67e0924362e6 0.00 MB 1 0
44,653 44,653 000000003029d65e6cc22cf8db34ddbd47f2f8fed33e10fe87a6671af525d147 0.00 MB 1 0
44,652 44,652 000000000146af1ab88d90b4be4648c3afdb88c4c1d54cdb2d8e43b3ce893bae 0.00 MB 1 0
44,651 44,651 000000002f2b99547bb4dbeb9b67e104cbc6d36fd5b05fc47bc9e712fd0af915 0.00 MB 1 0
44,650 44,650 000000000760f4170522b5f7a2dfc46b24ff282be940ffdd3ba22886cf28fedd 0.00 MB 1 0
44,649 44,649 000000001532d3226c9be594d9100eb60ae344f69a3a59627dd0212225d70d65 0.00 MB 1 0
44,648 44,648 000000001c3e863374d45cb5c59f83966b43c805d58b2525f680e3be6ceeadc1 0.00 MB 1 0
44,647 44,647 000000002c2f9de9a8eca838fb7c1ba8f77ac00997152b09e995a36b9e1193be 0.00 MB 1 0
44,646 44,646 000000001677e64ce148849d4d57d93c2cc6fe7214b2ada4ac2b2b4d66e77bd1 0.00 MB 1 0
44,645 44,645 000000001fefd2b7c2dffaf10ecbe0f5e2e4e6f5c9f126cda7831bb31a9f8d50 0.00 MB 1 0
44,644 44,644 0000000034353fd51c81c3634525a74f9e36cb624820bb8e12de8d88c23f87c3 0.00 MB 2 0
44,643 44,643 0000000001b97e0a1f177bde870b40ccb55b5d841d93923628c9c86dd085ad47 0.00 MB 1 0
44,642 44,642 00000000033625b8952ff169300182c1fcb124837336b37af3671f48bf6a2a64 0.00 MB 1 0
44,641 44,641 000000002411ee2d24295e80b6770305824f4c2a9ca3de2ea3407fad05a34ece 0.00 MB 1 0
44,640 44,640 000000002a4a55596f992749081a5c0cbcf8cd0bb64f3d048c346922289e7249 0.00 MB 1 0
44,639 44,639 000000000c042c1595f9ef795c84f363ba979bf6fe3a25b30d84ad41ce8b8d2b 0.00 MB 1 0
44,638 44,638 000000000ad083217779509f461480a8227786410d9089fa0dee9ca68f05fb28 0.00 MB 1 0
44,637 44,637 000000000548ddc08ecdfad0b8d654dc46ff6e01ed1ebc3c9a84f63c39ac8e8c 0.00 MB 1 0
44,636 44,636 00000000130d05dad744b120cd74d13e8929cfb7823f1ffd637951482fa03c89 0.00 MB 1 0
44,635 44,635 000000002fde3b1d908bb5c8867dab7f48dcb44b5ba7e6b492f83072def51f0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.93 GB sent, 98.83 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.