Memory Pool Memory Pool Refreshing

968 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (385,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
521,816 521,816 0000000000000000002d2743d7c43607a911b178af9f89c01f7ffdd1939bb88e 1.10 MB 1,558 47
521,815 521,815 000000000000000000131bead00b5aa1601963c0b33700856e2f15802fbf14df 1.10 MB 1,962 14
521,814 521,814 0000000000000000003f0c8bbc12a08444db26711516fcc7feb9b03c2b8f863d 1.13 MB 1,731 18
521,813 521,813 0000000000000000000d55afb5c2fcf647dc29c7353f672e105fe342e5f165b8 1.18 MB 2,721 49
521,812 521,812 0000000000000000001da7a8b570a2956dd341c602773e00b76b47d500f34a77 1.21 MB 2,212 34
521,811 521,811 0000000000000000002164bef7c828c588a845e2d257dca892670d9b99b764e1 0.93 MB 1,314 24
521,810 521,810 0000000000000000003319aa341a1e73347e3b8a38e3fe75c952c8c5ce9ff207 0.06 MB 152 33
521,809 521,809 00000000000000000041b5bed0156c2029d0bdfb957d634e726ec724fae7efe2 0.12 MB 261 34
521,808 521,808 0000000000000000001f65c4699adb58db38fcc83e5b6de7f72d3b8ea994c7fb 0.28 MB 593 27
521,807 521,807 000000000000000000101e07470eb0dc09852c63a36c9c3860a8f1ec9496894b 0.03 MB 39 15
521,806 521,806 00000000000000000036d47facf214193c90caa1578ec6645514889d482b487c 0.41 MB 810 28
521,805 521,805 0000000000000000000e460b5d5294761364092f06a41ef10d5784f432b4d3c9 0.54 MB 687 31
521,804 521,804 0000000000000000003f7e60d8d76db911e0f26848f295bd343568d3b8a4db37 1.13 MB 2,474 27
521,803 521,803 0000000000000000001c03a60af4aab88655a1acd3de892c40fcca99e107e3a5 1.11 MB 1,697 32
521,802 521,802 00000000000000000032d105f74b4238ab89c206885ab07c0c68a503c5a9c644 0.76 MB 1,768 34
521,801 521,801 0000000000000000004413951aa6a8feb9a0da60bee203d1dc6d8ba4f208e014 0.80 MB 1,958 30
521,800 521,800 00000000000000000037e01f791a844866cb4ee585f857a26c05ccd7a692524a 0.33 MB 785 38
521,799 521,799 000000000000000000115f728bb8f53ec6ca337675d995aa964eeda55218a0e7 0.07 MB 101 16
521,798 521,798 000000000000000000014a8490c9c1e3022b4f429c5db47f85b39ae3dcea3b8e 0.85 MB 1,156 26
521,797 521,797 00000000000000000000acf5a93f73b7894aa67380fc6735a704ac4cb70dfedb 1.11 MB 2,182 24
521,796 521,796 00000000000000000016ea749ae998e0dfc4460959988fefcbf281accfdfdc53 1.09 MB 2,035 17
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.62 GB sent, 93.63 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.