Memory Pool Memory Pool Refreshing

1,124 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,102 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (108,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,083 799,083 00000000000000000001e9b3ce37e048f0a434020c8093a23368968287f0b366 1.54 MB 3,024 18
799,082 799,082 00000000000000000003304a46e89bea210381986ebd79e0a7853beed91a59ab 1.28 MB 2,658 35
799,081 799,081 000000000000000000016254511f8c91decbe084c8e12760e650f828aca7dd6d 1.44 MB 1,933 10
799,080 799,080 00000000000000000001cc965fa42385a7fa9296f0f2f76e4038a94328d28004 1.37 MB 2,459 13
799,079 799,079 0000000000000000000529752d703e9f3aa8844a33b0d94a3a98169d42662f41 1.45 MB 2,869 14
799,078 799,078 000000000000000000034d59b566468881af8271b3086ace5f48c069e3b6a7f2 1.84 MB 5,195 7
799,077 799,077 00000000000000000002d8441e4a023aabc0462906aee31adc29bb9963e7729f 1.51 MB 3,308 12
799,076 799,076 000000000000000000001fe9afa69f6f9344192a5845277435b681769df561e6 1.74 MB 4,252 8
799,075 799,075 00000000000000000002cf09d4671daab0ac521acd05efc9ad03311a951f3ce7 1.75 MB 4,127 12
799,074 799,074 00000000000000000003596e459cea480cc6fc12f195ea1ce901c7869c70d4c0 1.59 MB 3,833 11
799,073 799,073 00000000000000000004e432b5d8253cfd47ac09b79a842061db99467515a5a0 1.96 MB 5,993 6
799,072 799,072 00000000000000000004db285bfab7c5857332ed1a04a83ddc6acfc292d53532 1.80 MB 4,731 6
799,071 799,071 000000000000000000005d039ec3a26bf9a9a61f1ec4ae35ef6c7425735c5a5f 1.60 MB 3,460 13
799,070 799,070 000000000000000000001b8935fd0bf7c93656202b6cb68b05c8ec3979f0650e 1.48 MB 2,420 12
799,069 799,069 000000000000000000036f13cc4c83f1f046db23043e2fcffb9ebbac996a4afb 1.88 MB 4,241 8
799,068 799,068 00000000000000000004e05750e6930f12da943a5528645fe6f2e7cc6311eec4 1.82 MB 769 6
799,067 799,067 000000000000000000031334f417ce576cdb253a68ff5d2d8f9fc19ea34e0cca 1.61 MB 2,425 9
799,066 799,066 00000000000000000003b07a6c74a52d69caf3c07965a71aaa9604ba3fbcb917 1.80 MB 4,474 8
799,065 799,065 00000000000000000004c01bb585fce823759e0864ea768e7f770bd73856b354 1.50 MB 2,437 11
799,064 799,064 000000000000000000029b9717d7bafecc14778d4e159dcf9d6fdebc7900b307 1.51 MB 3,387 15
799,063 799,063 0000000000000000000267694975538c71524f4c80bdfcbd4c4b9aed7ea2ef74 1.90 MB 4,759 10
Previous 10 blocks ↓
Total Size: 769.09 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.51 GB sent, 93.37 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.