Memory Pool Memory Pool Refreshing

12,248 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (152,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
754,906 754,906 0000000000000000000623b9570e19b615d0ed5b36ba658ee213068ac9b71fb0 0.18 MB 415 12
754,905 754,905 00000000000000000004fb469d4cc7d1d0f61e6548b704b431059a260c6e3224 0.74 MB 935 10
754,904 754,904 0000000000000000000452323dc34e23d819edda5d6d92f9b2c133e334a5b7d9 1.34 MB 692 7
754,903 754,903 00000000000000000005991903341e07525bba7f675a4a5f717fbf2a9540e1fe 0.62 MB 880 10
754,902 754,902 0000000000000000000555d5a8b82fec44765898bca75dabdcf57e5b862946c6 0.06 MB 151 13
754,901 754,901 000000000000000000072731f18dec97f9db1e60a981ec1966bf2fd448ce27f3 1.46 MB 2,235 10
754,900 754,900 00000000000000000007b6a81747fea39bb8ac098410c9c2c4129137fe7458e6 0.31 MB 558 10
754,899 754,899 000000000000000000004d34aaae235aa7ea38b1c027bf3d4dc39fd1cb73ab30 0.49 MB 979 11
754,898 754,898 00000000000000000006cd9a67cf7fcafaef287017e975b09d23ef19e210c366 0.26 MB 183 10
754,897 754,897 00000000000000000004594c869454656ae134cf16b89248810a3287515f0007 0.09 MB 135 12
754,896 754,896 000000000000000000041e6cdfb3e44d6b2277d69764658318fda92fe5355d03 0.41 MB 635 10
754,895 754,895 000000000000000000026e59e02ddc96cd16305e67c30cd93247615a945922d7 0.41 MB 670 11
754,894 754,894 0000000000000000000045ad8262524a9019902361391c5c02d1017d8f0427b3 1.24 MB 176 1
754,893 754,893 000000000000000000066a62a296ad56655dc407072a9fcbfc4f8a12ccfad6b4 1.48 MB 2,974 13
754,892 754,892 0000000000000000000637cdb402d23094b941cc7d2f2e359d12651057b52931 0.02 MB 34 12
754,891 754,891 0000000000000000000646af2be8f5197aa317c896b50ae3ac61188c52ca90ec 2.12 MB 576 3
754,890 754,890 00000000000000000008400236c5b817fc225ec90e44dcb874bd0151caa74ec3 1.67 MB 1,884 10
754,889 754,889 0000000000000000000874c03795667419ed3fa98c0de6a093a1c8b4cf261975 1.81 MB 1,436 8
754,888 754,888 00000000000000000005fc932ac28df60f83b47b8b927df9d45794873a34b16f 0.49 MB 495 7
754,887 754,887 00000000000000000005c264dd8b4752338f57ae7d2ea177ba86c856bd46e2b4 0.49 MB 621 8
754,886 754,886 00000000000000000008611b985a946fa7b186ac70cc79b8e56f2de9030b6497 0.24 MB 133 12
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.