Memory Pool Memory Pool Refreshing

5,802 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,960 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (684,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,922 222,922 00000000000001a0badc3ddc528df822e808b91770601da75114df1f7fa22003 0.11 MB 262 173
222,921 222,921 00000000000002e60c34e8083c2210841843b94ef4b4a12442538894d2806597 0.50 MB 306 12
222,920 222,920 00000000000002171d1abf4923b297d2b6110485b1e8a0a46b6eeacc5326e637 0.05 MB 132 181
222,919 222,919 00000000000002fa0f07144bcd52f42fda8b209ecd639a6e2bbe4692dc4369a3 0.15 MB 346 187
222,918 222,918 000000000000027433b38a1ace351866fc45aad5df85da909b2300cb83bcf4b2 0.10 MB 260 151
222,917 222,917 0000000000000408b0beb789a58d8cff320ef0141d7a44e5ff0a3fbaad32b3e7 0.16 MB 321 171
222,916 222,916 0000000000000198872b159f1d85fdaf214a3b19d6da6eb92d3bb6971846193a 0.25 MB 526 175
222,915 222,915 000000000000040778e58383850e168abe79c18caf6fc245c72a9beab5809bec 0.22 MB 408 141
222,914 222,914 00000000000000a1321340f8c336b484fac0678901fc012637f9b9fa40595bd2 0.25 MB 434 137
222,913 222,913 00000000000002ccd2444d686c8faaf71a2b016f729e15a92c925a0e19225410 0.25 MB 867 268
222,912 222,912 000000000000036ec423d3db875d0d63cd7f702a36c3098f49dc683518bdadb6 0.20 MB 452 245
222,911 222,911 00000000000004164ddfdcd7fe2bc7ee9b77bd5b063bb5f1b56ef66aab46851f 0.00 MB 11 0
222,910 222,910 0000000000000416c67f4eb243d03764fe10fcb9d094755b650f07535e513eda 0.00 MB 9 199
222,909 222,909 00000000000002c81abe6164729828c77b74f3c01099dd96f81998640ad8d2cf 0.04 MB 65 144
222,908 222,908 000000000000012d6991459ce8954f7aa8a7a068c3434ab7ee24625b79705415 0.04 MB 123 189
222,907 222,907 000000000000023196b5bf900e150ac8bba0b24e75352f0ad3417acc6e271179 0.25 MB 679 204
222,906 222,906 00000000000003ac231a45f48577f325d28ae5a00cb3abca421d4cf85448fe9c 0.15 MB 319 166
222,905 222,905 000000000000031528064ad677ead384da6bf1004c6ae3372943c786d0e73440 0.28 MB 434 150
222,904 222,904 000000000000032ccc17b243409f2860cdfd5eda1f71d31eff7903150f7f132a 0.25 MB 741 216
222,903 222,903 00000000000002ff731894dc57e1810ac692a01cdfb49145a48fe6a3973e4f28 0.16 MB 290 141
222,902 222,902 0000000000000404cf4773d2e92e5d11b0e37493b916ce8f8f8b4d59d4ee98ef 0.25 MB 635 195
Previous 10 blocks ↓
Total Size: 768.92 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,603.49 GB sent, 92.34 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.