Memory Pool Memory Pool Refreshing

6,548 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,743 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (91,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
816,478 816,478 0000000000000000000221e7866d01712c55a0b8c79ad8b76b535e71b65548e4 1.66 MB 4,562 88
816,477 816,477 0000000000000000000181f7e966e8bfae8f4e889fa6fc07cd1a9db9c742ca4e 1.62 MB 4,386 86
816,476 816,476 00000000000000000002b844c1c6ec50a4ad7ff397cdd3772071618b713d6b1e 1.74 MB 4,667 83
816,475 816,475 00000000000000000002ef095db8a04286036109d948db81f1ea672cbfbd4a18 1.71 MB 4,744 77
816,474 816,474 00000000000000000001201cff9481c06ac33db39bf7dc05181b4cac93864999 1.65 MB 4,385 76
816,473 816,473 00000000000000000004062aeae2286dae3033a22985ed0393e8d3b1f9eff022 1.60 MB 3,759 107
816,472 816,472 00000000000000000001df34d51301025beaeed9dcc33e3873e7fe6d87936fd7 1.83 MB 5,235 66
816,471 816,471 000000000000000000034fbd3e3c621fb82ce903a9afd2c776ba7437a06c816a 1.86 MB 5,268 71
816,470 816,470 00000000000000000003eed9a2ae94eb946bab43b3fb6057bb8dcaaa6663189e 1.73 MB 3,792 62
816,469 816,469 0000000000000000000291cb9dc5f1b1466d6211dab019e18bb1ebf7227d5c31 1.89 MB 5,601 72
816,468 816,468 000000000000000000016ceae5a8d8218cfa10db7cc43a778e7cbf1818d05903 1.76 MB 4,166 62
816,467 816,467 000000000000000000038a00ea73f471d9b246c56a2ef2c1e8b50a45b4a28dae 1.66 MB 3,913 84
816,466 816,466 00000000000000000000afd68f97f439106c7b0b0cf656dd2ebb93dd44b80363 1.70 MB 4,576 84
816,465 816,465 00000000000000000000f6591bd8623681f6a6eb8c7fc95b27490bc2adbfaca0 1.86 MB 5,497 78
816,464 816,464 00000000000000000000060455ebe24fc82227e77f86d59a99d7c4eca690fd22 1.82 MB 5,205 65
816,463 816,463 0000000000000000000039e1edd3fb8abed6d1224369c73c7ee5b2a06081aead 1.78 MB 5,135 85
816,462 816,462 000000000000000000033a6abad360a3aa7bf6a998ea3b327dbfe27b817dedd5 1.60 MB 3,999 98
816,461 816,461 00000000000000000003add79e2039ae11b6898df619ad72a92c449deb35f760 1.61 MB 3,992 64
816,460 816,460 00000000000000000001fb37f828d39d4aba3c3b48dc6098c04879968ab7b405 1.54 MB 3,612 138
816,459 816,459 0000000000000000000145961d6964756d6108bb73f9e4f772325d60f17d1bc4 1.85 MB 5,393 91
816,458 816,458 0000000000000000000457a165cad1fab789185412799e8686dd64bebd2a0627 1.67 MB 4,288 74
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.