Memory Pool Memory Pool Refreshing

4,531 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,430 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (682,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,813 225,813 00000000000000e7aeb1246b6d26d642d1e28ecc5dfde21c8b55e7ad69f2a600 0.05 MB 76 120
225,812 225,812 000000000000025bd29d2d2dcd8695d30ac339689a73a29291f12480c95bfc53 0.15 MB 282 147
225,811 225,811 00000000000000a98220da6bcc56b119b0ce796d71eb5d76179c7fc28e3e8cd7 0.21 MB 630 25
225,810 225,810 00000000000001ad693ff21d1bc520f324bb858e5baa69ca441ae086935d767b 0.25 MB 370 126
225,809 225,809 00000000000000ef65293a72aca10e33bbd09961ea1c6e096a074bcbb7b7aecc 0.25 MB 741 238
225,808 225,808 000000000000020e0ce789efb377f7fe57f515f3ca9066f0703f1aa0d5e3dba5 0.25 MB 690 277
225,807 225,807 000000000000033b4d101bdfece51ea80f529a4edd6a3300390830f763318bbf 0.00 MB 1 0
225,806 225,806 00000000000000c070425fd7359c26a1cc4feb57c6c70edcac3e859246a2a56e 0.14 MB 231 160
225,805 225,805 00000000000001dfe5a5ea2afeebd76c0816ab0e10aecac10c0636a33c0fff7b 0.00 MB 9 504
225,804 225,804 00000000000001f3c334572f429863471669db05ee92d721c342a86e6dea1008 0.14 MB 359 197
225,803 225,803 00000000000002e11e00771ee485c6247bd520f56c0c977b8616ab14fef8a112 0.07 MB 144 143
225,802 225,802 00000000000001566b39982197a22370596b2b11346071f2e77b3be79fb6e06f 0.10 MB 197 171
225,801 225,801 00000000000001b0b7ab11c0ca90a8bf34c8d75a81c8bc4c57fa4b7539743d83 0.07 MB 88 138
225,800 225,800 000000000000007cdedf81117d6c7d4f0b0beb4bc04529f497de4907e7da0c18 0.01 MB 32 271
225,799 225,799 000000000000035fa12bebb25c384b8f8857a08a3d6b7725c251bced3722b77d 0.21 MB 332 134
225,798 225,798 0000000000000332b8c15bb5049986ef30ef7a97167e355462b04cb8d06f04ec 0.25 MB 715 223
225,797 225,797 0000000000000247eac3189e054ad080331e92d0abaf9320bfb726d054625446 0.02 MB 32 108
225,796 225,796 0000000000000330f0b4ef77a6de71b002c8ae6782b00004df7aa8876a300d7a 0.15 MB 217 50
225,795 225,795 00000000000000f60880002f53ed46db4d5cd2e4b61d9f94ec9e5c2e96e942d3 0.12 MB 203 141
225,794 225,794 00000000000001f2d0a607b93e38d299634ca1644baec8db6b1e1c0f81fe00b8 0.05 MB 132 125
225,793 225,793 00000000000000c88699ab658dc5c2267b3044c5228eacca89c6fd339e9900a1 0.00 MB 11 191
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.60 GB sent, 94.42 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.