Memory Pool Memory Pool Refreshing

837 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (21,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,947 885,947 000000000000000000008cc8bfdb770f15d4336b6361bd3a0a994f523791ad2a 1.97 MB 1,403 2
885,946 885,946 0000000000000000000010bb27ed04762f6bd74ec398d02f825db4ea14717dca 1.64 MB 2,533 6
885,945 885,945 00000000000000000001b953f5f5a8ea0cc6f1b1bb71a2f4c744ab872570654f 1.84 MB 248 1
885,944 885,944 000000000000000000009411af7781bbd0155a6598df8acebc65c1d3aaa1f2f1 2.10 MB 446 1
885,943 885,943 00000000000000000000a951aef62944d8c68cacbf511ce56cc97783751a36e5 1.94 MB 414 1
885,942 885,942 0000000000000000000127d63cc1ec408c2b9b09b6b508dc6b6a928cf05e6000 2.04 MB 709 1
885,941 885,941 00000000000000000000770dbd9a56cba9a922a976ef52a9c413611978ddc9e4 2.12 MB 315 1
885,940 885,940 00000000000000000000830b4919f44a05bfc690d5367d222e60451a1734c042 1.82 MB 2,051 2
885,939 885,939 000000000000000000022a2183c325f4aeab4765569159ac658f5f305fb69fbc 1.76 MB 1,887 2
885,938 885,938 0000000000000000000002002c20d08783a9a7672ea188b060b45df51db88c28 2.00 MB 1,057 2
885,937 885,937 000000000000000000027a891d4454c7d7f71a343e0b8b649bf394492fa2b460 2.06 MB 201 1
885,936 885,936 00000000000000000000c3c5bd1fc70ff63ea99944ab010fefd344b871afdaeb 1.95 MB 803 1
885,935 885,935 0000000000000000000233a9b36fe460c5b65caf2b4414e71386f37528fe3202 1.88 MB 582 1
885,934 885,934 0000000000000000000136138c2e87f4e191cb58afb56a253a1a8474fe323e8e 1.58 MB 3,250 4
885,933 885,933 000000000000000000019a8fe378418226ea903b1a171f3cceb13fceba28cdb6 1.39 MB 2,191 98
885,932 885,932 000000000000000000025744482b448eabef6a83d4f5d7d0ad1a7bb9617de831 1.98 MB 1,064 1
885,931 885,931 0000000000000000000006f37aea5ce3fd44ed6fa0a87407c5ee764b32e321ed 1.48 MB 3,052 4
885,930 885,930 00000000000000000001f37e0f79cd945a3b2334827a5c24b1fa4a37fac4acd2 1.97 MB 1,286 2
885,929 885,929 00000000000000000001abc2052b19647ebdd37d66c39b75490eb121105b1088 1.89 MB 1,686 2
885,928 885,928 000000000000000000010f5f107d271026b6515cc81a4d384496502ed19a78df 1.88 MB 1,461 2
885,927 885,927 000000000000000000022586b46831dae399ec7311c93d255fe43f742a769b6b 1.91 MB 765 1
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.