Memory Pool Memory Pool Refreshing

1,573 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.38 vMB 1,551 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (557,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,595 350,595 0000000000000000033f802e3017cce5c51fed83864d68a935eb6511fa0102c0 0.11 MB 233 34
350,594 350,594 0000000000000000176658b28ca0fb37a63606736bbbe81f604078d7443ca119 0.36 MB 656 28
350,593 350,593 000000000000000007cb389fdeb9c6112c77038b69245ecf33a2cfadd483502d 0.31 MB 562 19
350,592 350,592 00000000000000000bd2a5eaa52e7b62883b1d86fa10e50f962d4b59382d66c0 0.37 MB 539 24
350,591 350,591 00000000000000000b4f86ffc5f45fa099afdd6683c3fe96f3ecf7d6e734e47b 0.75 MB 1,851 35
350,590 350,590 0000000000000000053fe79de3ef17e7ee9f0c076df85fbd245186de0eacca23 0.17 MB 312 26
350,589 350,589 00000000000000000fddaf2c7e12f7ff0c1cfc1925429582fb5764f775f89a58 0.18 MB 301 28
350,588 350,588 00000000000000000b14ae8575ee22fa6677e31034b7aa7d1dd709558b75af64 0.20 MB 309 25
350,587 350,587 00000000000000000741a0e1c4b0f6d1eaf458ff9e302967036dd9d83ffb065b 0.10 MB 131 17
350,586 350,586 000000000000000011a41bb08a89c13a4c536adb65f9ccc2ff121badd544ad1e 0.37 MB 651 27
350,585 350,585 0000000000000000061c3345fce7a29b842ab35df6ef0dc10785382b8282a48a 0.19 MB 352 25
350,584 350,584 000000000000000007eb91b6283b5f5a9bfb0f766208f31f6ec109fb3da3975b 0.25 MB 440 22
350,583 350,583 00000000000000000162a82f429518b48bfc70873f520eda320052bfd18e61d1 0.60 MB 1,247 28
350,582 350,582 00000000000000000799ebc1eb8f0185cbf37cf7ece7043551da89e5fabdaac5 0.18 MB 339 20
350,581 350,581 000000000000000003d929799033f0b9a433ed801fe499b3d9ea1d5d3ed195be 0.29 MB 592 25
350,580 350,580 00000000000000000f3a81eab528009e025c00077100a46e09acb8dd575367c3 0.66 MB 1,125 13
350,579 350,579 00000000000000000f5f8d5892c42e9f67e335ca8bf45fc54eee7e770284ba9a 0.75 MB 1,848 17
350,578 350,578 00000000000000000273f464adfcaaec91b0ef87f00dd431fbb4068b39f8897c 0.09 MB 129 16
350,577 350,577 000000000000000016a166293ddcc6c74d151f85f780d64adf4176bcb06555e0 0.72 MB 1,029 23
350,576 350,576 00000000000000001487bc4c6b158903630c1950627e684d1088836eefca7281 1.00 MB 131 11
350,575 350,575 000000000000000010dd4390f40187bdca4bf87f5ac4f8f5f2afa36f3fcc363f 0.75 MB 253 12
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, 114 incoming
  • Data Transfer: 1,632.63 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.