Memory Pool Memory Pool Refreshing

4,054 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 2,892 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (34,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,966 872,966 00000000000000000002163debe1004c2fcb494a70e28fc70d5905f851b2c252 1.63 MB 3,719 11
872,965 872,965 00000000000000000000d1a71ef1b2faa8d39a1ef6b533140b930c398bf95253 1.68 MB 3,311 14
872,964 872,964 00000000000000000000c81e8d796bc287bfde302b5f453b3a82158ef1da6749 1.53 MB 3,698 15
872,963 872,963 0000000000000000000064bbd4db7802e9233a3841ea8e2bda9dad245b5da535 1.61 MB 4,098 12
872,962 872,962 00000000000000000001e938622b4dedccf4a234e43352430fb855765178c23c 1.59 MB 3,585 15
872,961 872,961 00000000000000000001af903dd274ef8872b8a6be376a577a7b3a8a7739118c 1.57 MB 3,305 20
872,960 872,960 0000000000000000000026f71ae77358a67cd3eef106dc8740c4579738273d8a 1.63 MB 3,358 17
872,959 872,959 000000000000000000027edf4f8517e6b52f8381986162ca5cc15e9e1d734e31 1.48 MB 1,678 8
872,958 872,958 000000000000000000005ece81d848b007ae2ed5f3ac8d27df8fd1c98c849bd4 1.63 MB 3,656 12
872,957 872,957 000000000000000000025a8790c915b037064acc22e96e90d6283210b02b263e 1.62 MB 3,461 14
872,956 872,956 000000000000000000001ef7c8c018836bc380d74ffedf2fa830e084ba4b254f 1.61 MB 3,508 11
872,955 872,955 000000000000000000017008952e08a3028a9fcca4287dc7b894f0160d6f7f4f 1.70 MB 3,845 9
872,954 872,954 000000000000000000011fb052838b5058ef4fe772509c5b3ba562e9aeb58ba0 1.64 MB 2,669 13
872,953 872,953 00000000000000000000a9e336ea67721629f84c6c6af1e97b4801d1e11420ef 1.76 MB 3,356 18
872,952 872,952 00000000000000000000141dc58899e16187dc7e062d7b280dc6e5d0239677d7 1.61 MB 3,642 22
872,951 872,951 00000000000000000001d8da4c15bae22f0d7cfeef043142a4ed93df3f942841 1.54 MB 2,638 12
872,950 872,950 00000000000000000001a2f631f6ced74d91a6cab86e87346fb3e445fd2b38c1 1.57 MB 3,287 12
872,949 872,949 000000000000000000003e53c9c13ac17645697701956ce458c3ed6df0d6a613 1.50 MB 1,282 6
872,948 872,948 000000000000000000003f5c9442604cfaec63b3b4ab5bdb3e6bd85ab33ddded 2.05 MB 526 5
872,947 872,947 000000000000000000027be76bfe067cebfd2c75c82d78f81a1494e6ec1059c1 1.94 MB 1,151 6
872,946 872,946 00000000000000000001888412530b1edab4e8c6acda13bcb6face80fb34020d 1.67 MB 1,907 8
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.