Memory Pool Memory Pool Refreshing

5,975 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,976 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (34,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
872,945 872,945 00000000000000000000d89e3407588c64bd41688ee59bf48a5e5eb58b2b066b 1.96 MB 856 6
872,944 872,944 000000000000000000018bca8c4bbc7c7e3795b57a4b04427ec8a63ebfbca30a 2.17 MB 74 4
872,943 872,943 00000000000000000002441cfa03c2d86672305bdebf12813d2b82986620b09a 1.65 MB 1,122 5
872,942 872,942 0000000000000000000048bf2cbfd4b81ef41eedeb2053db32b7977af9978da5 1.79 MB 2,203 9
Previous 10 blocks ↓
Total Size: 769.31 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.77 GB sent, 94.49 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.