Memory Pool Memory Pool Refreshing

6,194 transactions
2.02 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
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,944 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (626,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,879 280,879 0000000000000000226450593b23d1db1a74a5caf0000ffb3dde8d4df7d14d9d 0.15 MB 397 55
280,878 280,878 0000000000000001ef328ec9ed05c170b15a29ecf52a23eb9d77d1a3bd970df6 0.49 MB 502 34
280,877 280,877 000000000000000068020d6888f7ff5b6d4922d0816dfc83a4f89957a16accc5 0.25 MB 212 21
280,876 280,876 00000000000000017ca1d5324103190643fd0de6ecddd939d716364c275f89f9 0.25 MB 635 58
280,875 280,875 0000000000000001db9f34779b6c50abcf2dda2f67a0510801546d70ced0b64e 0.90 MB 2,133 35
280,874 280,874 00000000000000014e9907e1067c59e1c86d7ed0d2c3dab51aa27881ffa9b9f0 0.05 MB 198 75
280,873 280,873 0000000000000000d055d1927aed64adad4837f6eb98946ba73498f274034b4e 0.25 MB 698 95
280,872 280,872 0000000000000001b0e0ae7ef97681ad77188030b6c791aef304947e6f524740 0.05 MB 87 58
280,871 280,871 00000000000000015a8e571ffd5651b7d815a1b87057b11e16941a2585e07061 0.25 MB 346 30
280,870 280,870 000000000000000191294c250bfb3bf3490d32f08151d4263633b0e605455a4e 0.25 MB 247 21
280,869 280,869 000000000000000252b7dfb9c8e4ee85d6ffd95777997132fcfb99c832fe0120 0.50 MB 886 23
280,868 280,868 00000000000000006cb2d992207ee57229e36a67ee3d84de47029c4e036e1576 0.25 MB 806 85
280,867 280,867 00000000000000007d3e074b94b5bbce557cb57a88011bd66a12a482c70646db 0.25 MB 526 51
280,866 280,866 0000000000000001b3c32ebd2ac03a153b88e4a4931be68c75c6feb03c2b9a59 0.35 MB 196 43
280,865 280,865 00000000000000010603963b3c16ca65a6048513bebbf8eb5ae5bd15c6a372ef 0.25 MB 84 58
280,864 280,864 00000000000000007c79f70ed53a159b830e889ec06f9be62d9f6eaa787c5b3b 0.25 MB 257 59
280,863 280,863 0000000000000001a9b19caf428d27790a4a42379371f4bfe39d1fd82f2ffa95 0.25 MB 190 74
280,862 280,862 000000000000000120f4fd8789433db120c23765aca70e02126aee0a576877e6 0.21 MB 217 18
280,861 280,861 0000000000000001d629a5a06dd7bdac0e25fd088294ee99a42cdeaded57cb34 0.25 MB 631 66
280,860 280,860 00000000000000016fc2cf1efdba22e7262959b7e63cbb2337c73b3ed04f1f2f 0.07 MB 194 34
280,859 280,859 0000000000000001f6c8a728a2fa19e1e391d309466b7cf4941827ff6c7e3452 0.16 MB 205 14
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.