Memory Pool Memory Pool Refreshing

4,568 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,828 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,151 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,827 (366,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
541,730 541,730 00000000000000000020f728c0e0862529111c9776123ffde1bfc52875b21528 0.09 MB 231 9
541,729 541,729 000000000000000000244ef253171aa35c126202b48a41c1ee87749f58660441 0.71 MB 1,744 29
541,728 541,728 00000000000000000026d0669b860c2a3f8b522f100e848f8f48b8eb1eba45d2 0.57 MB 1,428 21
541,727 541,727 000000000000000000274341711510252e888da067d948056918a682bec693f8 0.28 MB 750 13
541,726 541,726 00000000000000000024a5402e41028bb3c0df06b068ca53df2f2217e616720f 0.21 MB 551 12
541,725 541,725 00000000000000000013d8b23b1d308b76b3b27577a755900270a53c2d7e591a 1.12 MB 2,565 14
541,724 541,724 00000000000000000004ba296dda16e6560ad6dc1976183528418c9d264465e7 0.89 MB 1,047 9
541,723 541,723 0000000000000000000603ef93200142888e51285664c6c0ecd9fa2d7ec6040b 1.21 MB 3,056 19
541,722 541,722 000000000000000000187074a4bc581703376c91cb08c14fe75c7715c8473d81 0.53 MB 607 5
541,721 541,721 00000000000000000000413698dcd83d981b8b75dfa3e355e974fd463b73c221 1.18 MB 2,998 14
541,720 541,720 0000000000000000001ee29daf91ef1cbdf01bd53e80dfa734102a7c091671c2 0.20 MB 476 17
541,719 541,719 0000000000000000001ac6535bbd20828a7006f56e28fbe53981e029ccd44b7f 0.73 MB 1,714 15
541,718 541,718 0000000000000000001e0e46a18d47cd39578633ae851654103cad791949c78d 0.15 MB 303 19
541,717 541,717 00000000000000000020b34a45f3f79e98496d681b6d051d9e3a8382fefa06b4 0.90 MB 2,107 13
541,716 541,716 000000000000000000068eda004d52d4f67ccd31da7587f9b7677aed6818d0c6 0.01 MB 20 20
541,715 541,715 000000000000000000013e189a856faa0f8b2ded072767648cc4245d58bbf407 0.89 MB 1,721 13
541,714 541,714 0000000000000000001eea20319770994066a703f6528fef094b55864d718488 0.42 MB 1,000 19
541,713 541,713 00000000000000000005f3698a4aa4c095c290d70efdb1df8abc4d9899bfaa2e 0.37 MB 928 14
541,712 541,712 0000000000000000002321a4e4fe77b9267a69c5bb993457e04aae7fdc91f905 1.10 MB 2,327 19
541,711 541,711 00000000000000000024679dc574c7f3c89d19e715da71d244b5af7597a7e084 0.07 MB 202 15
541,710 541,710 0000000000000000000b094b990a5c15799e107b4e1f6380b47e7504ea6e0e06 0.46 MB 479 13
Previous 10 blocks ↓
Total Size: 769.22 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,634.61 GB sent, 94.03 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.