Memory Pool Memory Pool Refreshing

423 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (608,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,918 298,918 000000000000000023b5942be3abfc21518136e5566870505b72996531124460 0.13 MB 223 21
298,917 298,917 0000000000000000614d897ea9dc618c2ee3eb08a5cdad02064307ba71fe28c3 0.12 MB 256 51
298,916 298,916 0000000000000000729a5990e1e4a31d157ebe3e30efafee512170d5aa1972b3 0.00 MB 13 37
298,915 298,915 000000000000000022afb86ac16d80487af4c79ff1856e26480f393b3b12db01 0.26 MB 547 77
298,914 298,914 00000000000000003c74c33856d47e8cdcd932d56302af4b785202209c83eae8 0.14 MB 221 31
298,913 298,913 00000000000000001ebf9528d005d5727af22de4fe103715cc1c222a5731213e 0.31 MB 639 38
298,912 298,912 000000000000000082e05e893acdd5f1b18cdf2e5f143a2b020e0e51e99cb02a 0.36 MB 787 43
298,911 298,911 0000000000000000372e3c13216f66bacd91ec3ceb36bd5dc042cc1df593e91b 0.23 MB 265 17
298,910 298,910 00000000000000000c1b3eec436c3579ecf9be01e86b6303de960649fa6ca07f 0.23 MB 512 44
298,909 298,909 00000000000000001b3002df78eb2362ddc2988113af9cccd6e7103922836254 0.13 MB 261 31
298,908 298,908 000000000000000068dd47009f3f712964c2d39f64635a35751d902a87cc9dab 0.55 MB 1,043 28
298,907 298,907 0000000000000000557a3961bf34e3f162851aeb000d7fa6f9833eaa38013644 0.02 MB 64 45
298,906 298,906 00000000000000003abc92f409735c86a319e8a6626f712164d7bcb6d20318c6 0.19 MB 512 63
298,905 298,905 00000000000000003b22a916695ea0cda213387101e1dc1d248beef9592bb091 0.29 MB 596 44
298,904 298,904 000000000000000004225c790dd5b4c448fba4ef5a147807ceae171ffe379bc6 0.02 MB 64 44
298,903 298,903 000000000000000084d6724a496866838b40323b8f994eb823872d06ac7e0d5a 0.30 MB 452 26
298,902 298,902 00000000000000002037a1a8c99193317951321c213a4edbf83577d3c82c4bc3 0.19 MB 372 41
298,901 298,901 00000000000000004d091d124c94605699ec78aa55785b60627f36f14d83937f 0.14 MB 268 40
298,900 298,900 000000000000000086a120963b2962120bb7d0e8550a0bb854397c2c01ffe374 0.11 MB 131 36
298,899 298,899 00000000000000003d2590e6ba798b777b804b8af6c02a66dedbcf2816850fe4 0.20 MB 341 80
298,898 298,898 000000000000000009e560b447f5ae48dc6a184fc6fff7715a7e212f14796655 0.29 MB 425 35
Previous 10 blocks ↓
Total Size: 769.10 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,628.95 GB sent, 93.40 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.