Memory Pool Memory Pool Refreshing

272 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 183 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (63,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,005 844,005 000000000000000000013024786db5f40385fb9b5a6d421e20f329077c33debc 1.80 MB 1,854 11
844,004 844,004 00000000000000000001514d83ffe8b8dfcddd2c85d797fc800ce18ce3e9a65e 1.67 MB 3,110 19
844,003 844,003 00000000000000000002e1da37ca80d95073be2f2607c8fe0fb13fbbb9d41c01 1.14 MB 1,411 9
844,002 844,002 00000000000000000002203656e8ae61278e605ae01d66ec6b3c62524d7685d9 1.56 MB 5,021 11
844,001 844,001 000000000000000000006b8adfc380442fa791822a4eed4df300193d83be5c56 1.61 MB 1,610 11
844,000 844,000 00000000000000000002d5f7dd56769651e8dd34609424d44af3fb3ec335f0b6 1.57 MB 3,333 15
843,999 843,999 000000000000000000009c7d35546976cac66f93912544ad6ce90511ff7f2e05 1.72 MB 3,502 12
843,998 843,998 0000000000000000000004b2b20bea00a476584a58dff36bf5c19614b9966741 1.53 MB 2,962 17
843,997 843,997 0000000000000000000316e4a9e6d7eeaf31fc52d7ac54702de6c59de07e4601 1.56 MB 4,990 15
843,996 843,996 00000000000000000002c29dea455ffb91b1ca07818885b2bea98335d0322c3e 1.64 MB 5,533 26
843,995 843,995 0000000000000000000338f5d4d787b9ee8e11f7a11d9073ece5d7a06f04997c 1.43 MB 6,558 32
843,994 843,994 00000000000000000002afc61355e048f55331001ead416e83440717298b1627 1.43 MB 6,419 38
843,993 843,993 00000000000000000002d7e46a473fb1c1c34aee9f1a8ded2e83c956e5241ca3 1.47 MB 5,364 15
843,992 843,992 000000000000000000015a0e7d871d110fd3e7c7f3e6153411923de94606c60a 1.63 MB 2,905 11
843,991 843,991 00000000000000000002d3dbaf2bfcf579601908eefc4992a163bd1af70020c8 1.50 MB 3,280 14
843,990 843,990 0000000000000000000271dffa62a6f720140c4b0a3d2bb345c4b8014b46dc1b 1.47 MB 3,166 19
843,989 843,989 000000000000000000016a4df852383194c173528047bdc0b505be995c68b456 1.61 MB 3,529 18
843,988 843,988 000000000000000000016ea09eb73a77bda0d842a00185d25dcb42d207cc3f79 1.51 MB 3,924 16
843,987 843,987 00000000000000000001a68a4d98ef414aeb035d95d995f810a42a807e096efc 1.63 MB 5,542 11
843,986 843,986 000000000000000000004aae09e0e14c2e10d613a37804f1181ed9a9cf58833c 1.62 MB 4,733 14
843,985 843,985 00000000000000000000dcbc2f779ee9e05963269c05e15074022e40233ba2c2 1.65 MB 2,963 11
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.30 GB sent, 93.34 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.