Memory Pool Memory Pool Refreshing

6,223 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,729 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (577,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,658 330,658 000000000000000016683eeda9ec6505d5abad4d7398b0a20bdc2f6773a093cd 0.29 MB 447 26
330,657 330,657 00000000000000000f3b280a1c797d99363086453fd021fef9a008530df51a5c 0.43 MB 689 31
330,656 330,656 000000000000000005d079f52e9af102c1366addbc3a9024068a328e0c9f157e 0.56 MB 1,204 30
330,655 330,655 0000000000000000036f35f835c3012c77403744f54d997e23e41ded77d8d0bd 0.03 MB 60 12
330,654 330,654 000000000000000012d4fb75e9b75d9b1ef6b237754a71ab9e40ae7526603779 0.53 MB 1,087 28
330,653 330,653 00000000000000000fc73410849006bdd568a7fe87da5b1015727a8257833156 0.09 MB 228 32
330,652 330,652 000000000000000012897a18a06adea41fa01862de51e8b2e73541586f3b5f08 0.08 MB 163 20
330,651 330,651 000000000000000015b9893ff973413430ea1af5aa95f5b8b40535951be0a258 0.42 MB 723 26
330,650 330,650 00000000000000000b57160d8292800e6d352d8af95ab0ab8a4d124dd63bb0ea 0.95 MB 1,355 21
330,649 330,649 000000000000000004474dd3af1119e50551f5d79a044e7175b1ca02c526e6ec 0.35 MB 1,036 49
330,648 330,648 00000000000000000624c2237dac998abc911d69eb7d6fff3b0f7b26070ebc95 0.17 MB 289 24
330,647 330,647 000000000000000019c6e791e33aab2e540b71162136e174535559166e2176b7 0.01 MB 27 35
330,646 330,646 000000000000000016aab17a7f09732f4a548c353653509e864962bfe36f7faa 0.16 MB 346 31
330,645 330,645 000000000000000013664af1c5e81f37b124ac573dc51cb1c7096f9ace7259d1 0.10 MB 88 9
330,644 330,644 0000000000000000105b9e969547b68a81de339237f48df5527492dd849305a5 0.15 MB 298 28
330,643 330,643 00000000000000001462861e081174224e55a8e0a2b394aef4b3a774f98bfbe0 0.54 MB 951 27
330,642 330,642 0000000000000000041c364b767720105905394a7e42ff25808c25caf08ca793 0.26 MB 521 31
330,641 330,641 00000000000000001976baafe58cd5e2d634bff150dbcbbb18e874794a7fd671 0.10 MB 193 17
330,640 330,640 00000000000000000aa26c458144b545b4957e7b2bc698a571611ae44507fa73 0.13 MB 211 27
330,639 330,639 000000000000000000bbd2b81032c55abae79d7fbfb22300bde1b4cb948f8e60 0.46 MB 689 25
330,638 330,638 00000000000000001b419c57e8c8195990dee731e5b73068aeafee87147d10d3 0.55 MB 882 25
Previous 10 blocks ↓
Total Size: 768.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,616.49 GB sent, 92.73 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.