Memory Pool Memory Pool Refreshing

3,691 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (686,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,922 220,922 00000000000001022f8c8ecb015bf2521246adde87e70777b150aa60662c609b 0.24 MB 515 193
220,921 220,921 000000000000006aa599debd2fb507c64e0fbc12a2b4e8ff03d485bd9e0a9ffc 0.09 MB 189 49
220,920 220,920 000000000000013064025769d9b2d88841c27881f1a3424fbb61fb29faeb55be 0.00 MB 10 132
220,919 220,919 00000000000001b9a218e6e3d2814bf2b481b5582479e2ca829011e87b03d778 0.18 MB 460 203
220,918 220,918 000000000000035be8aafe4f0204c65f222427340081efeddb4a3a8821948730 0.06 MB 127 140
220,917 220,917 00000000000004aa7ee49ed5a125e7b078e631bcca1810a805ec00ef7f4e37c8 0.25 MB 489 194
220,916 220,916 0000000000000282c3b8a0d79f2a1de6cfff27375bc1edfa062273ae92651711 0.10 MB 135 128
220,915 220,915 00000000000002b6ba3a16c20aedd1a1377d5b1d476e043521610ce8eeabfb55 0.25 MB 602 198
220,914 220,914 000000000000006aaf0bab5f7f33ffb615dd88229049eefbe3f6e3c759d90d81 0.00 MB 9 474
220,913 220,913 000000000000044411b7a779f123d96d5491827d1b50d065192b22f702fad688 0.25 MB 552 272
220,912 220,912 000000000000000ca64f1fd9080677b9b7e327e441d8bb24d39ed344ee633ff7 0.05 MB 102 380
220,911 220,911 000000000000002e1775547b802ed1a8891f2a40aef0b7f7c8e73b71b53ff783 0.14 MB 303 213
220,910 220,910 000000000000050b92870030adf02c78009a76b78885c6747539f08dc8a2a810 0.27 MB 388 128
220,909 220,909 000000000000046b61e748362a1c666ec2558197e89194b4b1b21a0ff526d573 0.05 MB 143 573
220,908 220,908 00000000000002e2f2860307fbd3d6599cd8ab8b5d1acbb0173df3d91d276b45 0.25 MB 682 256
220,907 220,907 0000000000000370062cc635510728fa2d56a482b30908aafa5386b7fd1691bd 0.26 MB 489 141
220,906 220,906 00000000000002bec8954c502359cb460297cb0767b14b4a56ac9f50a60f57d9 0.29 MB 399 123
220,905 220,905 000000000000028ae02d9c5993392bb880384471cde53ec095adbb01f53d038c 0.33 MB 698 213
220,904 220,904 00000000000000a8538367f3fd1cd100ab4bf49f08d632a72d981639bdeaf7ef 0.00 MB 14 307
220,903 220,903 000000000000047da8c5e0271fb9557264b120f627e57aaca86e0e88f31b26a0 0.25 MB 783 237
220,902 220,902 000000000000046180ce43c1beedba26e8329958f4af9af2337dd2ac2b2e25a2 0.05 MB 135 200
Previous 10 blocks ↓
Total Size: 769.24 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,634.95 GB sent, 94.10 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.