Memory Pool Memory Pool Refreshing

7,440 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (708,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,917 198,917 000000000000012b78062091ed4f661c62a62d7573d07e39ce5d367e43aafc36 0.06 MB 122 149
198,916 198,916 00000000000000527275fb3b70af1d895ffb2bc8322394c2087a35d5fc364fd9 0.00 MB 13 14
198,915 198,915 0000000000000134eaf852cc7054293ecaa31db8a26d168a762fec063b85afe7 0.25 MB 549 125
198,914 198,914 000000000000023dc0320bf464a852345c4c6e2b8b04420465e65007e5af0331 0.14 MB 283 126
198,913 198,913 00000000000001d5b56907dd91278eccff918f9d1d87727559e87bba44559594 0.14 MB 380 170
198,912 198,912 00000000000004ea414acdcd8a857f356d16afe37cb692c151b6b2f314a1bcfa 0.21 MB 512 93
198,911 198,911 0000000000000332f995375c0cec4fa1a13cb277704b19a9c99deca4ca08b765 0.00 MB 15 0
198,910 198,910 000000000000039f1e7bbcedcba5702699fab60eb7586656afe3b6afb0b77dd6 0.16 MB 436 176
198,909 198,909 00000000000001c9f32f4a54ca790301cd9a9af49d63127b1e7a0e9ca52620ce 0.00 MB 12 169
198,908 198,908 0000000000000406533f01da620afd405bd30bca5e627b1f35dd41940f227f70 0.04 MB 112 229
198,907 198,907 0000000000000038cdb1e66b8bbe58858866e57a0794939e41bcc4214e341965 0.10 MB 179 100
198,906 198,906 000000000000012f3198dcabb4d68dcf42171c37946e42d0693d6ac978ad318c 0.05 MB 117 119
198,905 198,905 00000000000003c72c5ce0e6d4f193440743e3b0e8f55c2785a475fc1e460025 0.07 MB 145 120
198,904 198,904 0000000000000537bd3fdcb70f9beae0714e89d3b83ce58f740ded12675ce346 0.16 MB 209 88
198,903 198,903 000000000000003e18d788822a3c45bf4651bcea7d220d245628c5f3e2367a74 0.17 MB 512 37
198,902 198,902 000000000000019945837ea1cbc5c6f94932e65c69db5c59f9812691cf61e510 0.00 MB 5 0
198,901 198,901 0000000000000614b4ba419a46cac3a9dce59b6c47dd34041e6a1ae737eae2b7 0.00 MB 13 325
198,900 198,900 00000000000004e69a939f83d9e9d4b4a8bfca7c60ae7de4a1e4b2c043afa0a1 0.01 MB 25 64
198,899 198,899 00000000000001e1293490d1cc59aee24ec0642dcea2fe164bbad3fafd99eb75 0.22 MB 419 104
198,898 198,898 000000000000052ad8e0c313d28b162cf96ba862e3ded2021ae5ec42d629ed55 0.21 MB 509 131
198,897 198,897 00000000000004e44a9398c5900720cbaaa8d5aa47ff21da39a6b15e9ab88536 0.13 MB 228 85
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.22 GB sent, 94.20 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.