Memory Pool Memory Pool Refreshing

6,032 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,864 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (194,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,218 713,218 00000000000000000007a58a69f0aa8665e37fbcfc0b8248424f7d11a4c614ae 0.06 MB 142 12
713,217 713,217 00000000000000000004f2112767fc3623a306dd86e7dcfa9724145723121397 0.47 MB 835 9
713,216 713,216 00000000000000000002fdfa92ee6a28591ab891df765847be22bba1ce3ed814 0.83 MB 1,151 10
713,215 713,215 0000000000000000000c2a3e491425ef47cbfaadaad607548961d15e1d5b959b 1.45 MB 3,094 7
713,214 713,214 0000000000000000000968c8d7e27863b11f41d18093795c1dedbfe429b14d97 0.59 MB 1,229 7
713,213 713,213 0000000000000000000ab93533f4b29a24c65dcb8c577e99c308eec5899ad80d 0.44 MB 745 7
713,212 713,212 00000000000000000001c4d9872c681e8bd0284333550eec7a8d88a50c5ea06d 0.09 MB 247 10
713,211 713,211 00000000000000000009ea041f775a17fdf5930795d858b0e3214176feaa79d7 0.48 MB 1,098 6
713,210 713,210 00000000000000000007e3f4ebbde78dd86ad3f7467e16819b31b59eea40bc8e 0.37 MB 623 7
713,209 713,209 000000000000000000058117093e836e9b746e5a8cd1ebb3bf9a9d5475105786 0.58 MB 1,339 9
713,208 713,208 00000000000000000006c83a8961e7d85e07ed78e973b7a5ff693c682e892aa9 0.28 MB 583 7
713,207 713,207 000000000000000000048ede5932210959efa554a6c695dc714aeb4e4cc1c468 0.82 MB 1,592 7
713,206 713,206 00000000000000000009eda67742df6b6fb2ecea1b7f4331bd207c251aea16ec 0.95 MB 1,343 6
713,205 713,205 00000000000000000000bbe7df6343d325acb1a56152baaab45fc2bb72247b13 0.97 MB 1,731 7
713,204 713,204 0000000000000000000806ebc4e494479fa30a8449bac7c2ccf8eac9d02e03ea 0.58 MB 1,121 7
713,203 713,203 000000000000000000022e125ba3fd2731a0ff8abdca36a130c6ff69fe26d53b 0.74 MB 769 5
713,202 713,202 00000000000000000004af490981810c94a7a5f9b6608bc95f0b6e93811d9a64 1.46 MB 2,758 4
713,201 713,201 000000000000000000019ff75cef4ff2d6562a1714945226ddbdbfa21ad2ca8e 1.46 MB 3,068 13
713,200 713,200 0000000000000000000c8a53725b8b72095efcc29d26fd883c1943855cf73595 0.41 MB 1,091 9
713,199 713,199 00000000000000000003674a8a3fd0858daae4b86a984f64d249abc9e1a83b96 0.56 MB 919 7
713,198 713,198 00000000000000000000b355ff1ebf674ac7659841e911f77ede9531bb0e754c 0.01 MB 27 10
Previous 10 blocks ↓
Total Size: 768.96 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,615.04 GB sent, 92.61 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.