Memory Pool Memory Pool Refreshing

7,092 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,929 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (765,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,965 141,965 0000000000000127b9306b7e7e41684e2b53ad0a8e13247651c804b86eb312f5 0.00 MB 2 194
141,964 141,964 00000000000002de16777abfef09d8a3e7ada7f49e3e8debc69daac2269283d2 0.00 MB 4 0
141,963 141,963 0000000000000030b685c5268b37dc7b0694d4d55a4fda09932bff345c380f51 0.01 MB 38 207
141,962 141,962 0000000000000930b011a06026e44c8e6ebbe1934cc79aa66850b05aa0604dac 0.03 MB 55 153
141,961 141,961 000000000000082451cd7be42e114a51bdb27cb30bc2db9c91bd5e84d4912cbb 0.03 MB 110 3
141,960 141,960 000000000000031d25fe825736d96ff5d92e1d183a7bd54b428a6ce08060caa2 0.00 MB 9 151
141,959 141,959 00000000000004e7141236e97c5f4edcb6b19221a6143ae4ed19c6cb1f120ede 0.02 MB 36 32
141,958 141,958 000000000000043b2def3ce1f1f66e4fa428a8bff7df5668b7f959d6bd105750 0.06 MB 127 141
141,957 141,957 000000000000001aada761018635d19972692888718103bc0cba931062f9f687 0.06 MB 53 257
141,956 141,956 00000000000005d8231c47b6bcfb9587aae971945f90c1f7a28d085138422874 0.01 MB 16 88
141,955 141,955 0000000000000133714fab436e1aea0a3dfd4152442a2058a0b3e34eb4865a3c 0.02 MB 33 241
141,954 141,954 00000000000005cc7d52dc6c3e0d2ae69c361308b21dedd5267322716db26c4f 0.05 MB 79 80
141,953 141,953 00000000000007e99f0e9634d7c6566d63fdc08f9ebe4385917c50a880a5aa3d 0.03 MB 29 72
141,952 141,952 00000000000003fae4b9ebae5a5415e66c20d9f1f1a5d6c39dab218d24e343fa 0.00 MB 11 321
141,951 141,951 000000000000012b224b90e240fec1b74f5e789f8da0cb54857f8e3b4ac4df96 0.01 MB 25 100
141,950 141,950 00000000000001b9199503cc03533e8632ec40b9db385f7ea0ec6b88bcee2298 0.05 MB 150 83
141,949 141,949 000000000000025d85cd293f7a4714afda85132e67a4d00d8147c1fe2fa4d497 0.00 MB 9 455
141,948 141,948 000000000000077b66fb9b193121917e4717c63fd44e442dd816f28319df076a 0.00 MB 13 282
141,947 141,947 00000000000002890477e173c3d9a0914bf8312aea786c2037193f5296656f60 0.05 MB 78 77
141,946 141,946 00000000000006a7b5b30dcd2f8b0cbc6f3a3a13de548e7681e1fe5bdd362d0d 0.01 MB 31 265
141,945 141,945 00000000000004dbb5a1a44b4212be35f5cfae06daa606d5ba0fdc43f41c8639 0.00 MB 9 1,146
Previous 10 blocks ↓
Total Size: 769.21 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.55 GB sent, 94.00 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.