Memory Pool Memory Pool Refreshing

871 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,028 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (688,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,671 219,671 000000000000014a7c6196b21308c2c07007825fb446a107c82879ced845ec81 0.00 MB 12 218
219,670 219,670 000000000000057a4e4af97ba5ee4efab5513de252ad03456d9c5696de6f2e3d 0.08 MB 211 184
219,669 219,669 000000000000019538ad802c67baf54bea44f95eeb61a6970d25cfb59b96ee99 0.01 MB 49 327
219,668 219,668 00000000000003adfaa7b7e2d6ac76c2f50117a3c367e31cd9abe9c49090bb47 0.25 MB 526 100
219,667 219,667 0000000000000398f3a8982503f203bbfa1f5ae2fb02394b82f8c33512c04514 0.21 MB 404 127
219,666 219,666 000000000000048e7b11d0997f4dd5c829c5829a8cc74b30703e4cbbb0ceed4a 0.25 MB 887 207
219,665 219,665 0000000000000391173a5e3032053e6e651467ade7033102d78584f22c3166c9 0.05 MB 138 103
219,664 219,664 00000000000004a0c5954f072b475fd09ba7c376ac467d8bea2875de1f44a5cf 0.07 MB 95 199
219,663 219,663 00000000000003ddc61b5cec471d0fbb4e6c6f10192f338d05fb1af390200a55 0.25 MB 568 217
219,662 219,662 00000000000002be10a6eb83a62f05726255702e8d478b545433ef6757e61291 0.25 MB 937 184
219,661 219,661 000000000000026566c3fd8c0fbee8ac2dc445568a2f847695957ecbe287ff9f 0.25 MB 899 227
219,660 219,660 00000000000003799ec386aaf0bc589a4c7cf8dbcd8c1f0b2f3a3c6ed73ad8d2 0.05 MB 150 77
219,659 219,659 00000000000001ee65a37e923ae45daddd79a8b7434873b5d23520e6271dbd36 0.25 MB 611 204
219,658 219,658 00000000000003358a5d0d79bcfa664d2bbe0654e1b6845123c88ec2d040721c 0.00 MB 7 89
219,657 219,657 000000000000048dfa8058761c694676e13dea3e4d52194073c3abb4afa24456 0.05 MB 133 134
219,656 219,656 00000000000000731d4c5f74533e47001d25dbfaa9e156924ff02dcc5d28aa6a 0.19 MB 418 198
219,655 219,655 000000000000027cd1b0e502880b0b085b2f12ba7f8b975c778f490a47d5bf0b 0.07 MB 93 82
219,654 219,654 00000000000002437196363dc2dd1703f9031d2134058e6c90680800cd4bf313 0.25 MB 627 242
219,653 219,653 000000000000028387c182975dd5dff74cfec7c5e539b19d2d53e59f2ea1d2ae 0.22 MB 425 152
219,652 219,652 000000000000044683496e75bc90097b5a7d7596c679b51047f1baec9f057a01 0.05 MB 108 81
219,651 219,651 00000000000001229dec6d695a71ee065650495ba1c9fe5ae83952c4af4cf779 0.07 MB 151 100
Previous 10 blocks ↓
Total Size: 769.59 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,651.32 GB sent, 95.88 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.