Memory Pool Memory Pool Refreshing

2,742 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,037 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (684,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
222,901 222,901 0000000000000096bef146eca64576f939c6cffcc251b413157612047eece179 0.25 MB 650 196
222,900 222,900 000000000000021309a98b8827a82277f659ceed6ae57f51b06ecba81585a291 0.25 MB 347 118
222,899 222,899 00000000000003b42daab56497f903f142ff35feed8f95f5c2c34bfbbb73681b 0.25 MB 749 220
222,898 222,898 0000000000000356ebd82d90229e5cc05a30283dca121588cef42642b438b3b4 0.32 MB 596 153
222,897 222,897 0000000000000490e0222528d785f4be9226370140107217848936b5edcbdc21 0.21 MB 288 96
222,896 222,896 000000000000029c87608eecf8aa32157dd99cb26e68187715f008b0ae8ff458 0.25 MB 644 201
222,895 222,895 00000000000002ab8e624e0783452bc09138685524ba41b58d63ddb9cb16a97b 0.25 MB 891 307
222,894 222,894 00000000000002c4ed84d3ee8084415aa191e2fdf1c986e0e088d67064ff692b 0.25 MB 771 193
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.