Memory Pool Memory Pool Refreshing

4,464 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 3,161 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (16,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,621 891,621 0000000000000000000146e5c2c578e0d7d71895f740dd801e2b791106d5a21c 0.09 MB 187 5
891,620 891,620 000000000000000000020c083d57783de04b69b7c3a4b38bf8cf37764f291cee 0.85 MB 1,832 3
891,619 891,619 000000000000000000010bdd5e4baf06ea0e1648211ae66d5c68d87557ae683c 0.61 MB 820 2
891,618 891,618 000000000000000000017c996a6a230914ba80aec90de1fa526633847712575d 1.73 MB 2,497 4
891,617 891,617 00000000000000000002486513839e879c90f13f9075ffdab019eed62235b39c 1.10 MB 1,461 1
891,616 891,616 00000000000000000001fd492dd4e2d9852c492fcb924e6aa45f9e7e391345ba 1.70 MB 3,358 6
891,615 891,615 000000000000000000009b95d288b3f59dcf2225afd28f3456253f12ac324f01 1.76 MB 3,539 13
891,614 891,614 000000000000000000024e56151323d9f2bf1667b6fd3fcab4615b33065e9163 0.76 MB 1,204 4
891,613 891,613 0000000000000000000133c5619f9b3393997ba8aa0c7ff139e6897cdf6c7a1f 0.30 MB 251 6
891,612 891,612 00000000000000000001ec3f0b17307354cbd61129ffb968bdb24e7ddc6cc491 1.38 MB 3,290 5
891,611 891,611 0000000000000000000061f78611458c3cfe37cb9d1133d8ec5428728da90e5d 0.78 MB 1,759 5
891,610 891,610 00000000000000000000fec072336339b2a958065d2e58e6d9e489afc03f7381 0.74 MB 753 3
891,609 891,609 0000000000000000000129bfa4ff66d561f0e252da47869466ee5e731d549c59 1.62 MB 3,535 3
891,608 891,608 000000000000000000007123792b316d09028cd713964fd799c17b0adaf3bc02 1.97 MB 1,778 4
891,607 891,607 000000000000000000004446f592e297ec0ae4233d3cceb10e024aba57e8c241 1.53 MB 3,245 3
891,606 891,606 0000000000000000000035aa558027652bb17703fc7569235f6d629da62dd274 1.58 MB 3,165 7
891,605 891,605 00000000000000000000322727b51bd92580a23253f119b800d786f972ca737d 1.61 MB 1,226 2
891,604 891,604 00000000000000000000e3c5ae0a20f38f63b52f1fd6ee98af28ee12c56af425 1.61 MB 2,830 2
891,603 891,603 0000000000000000000228649199d1afd55d88643d3b25844489c95c9567b0eb 1.64 MB 4,259 5
891,602 891,602 00000000000000000000040125e9ced16ff583b09931f59afd99b40cc17a63ce 1.65 MB 3,459 22
891,601 891,601 00000000000000000001b0128e16ec777daa24a4c177877cd0e47878bbe5c493 1.35 MB 2,933 11
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.