Memory Pool Memory Pool Refreshing

7,714 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,688 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (688,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,676 219,676 000000000000032111387a87bd8e5056d20a1b9fb0052cd68c60d886fbb18fce 0.20 MB 490 210
219,675 219,675 000000000000023764afe912e386e8726c4e13794437d43674b1ef332db3514f 0.16 MB 319 279
219,674 219,674 000000000000015694651c1fde294f31811bc4fcc33aa6e5727f29f681c57c15 0.00 MB 10 49
219,673 219,673 00000000000004f7fe7ca8bba345ac745024b010fde0eddc7a782185f0698ead 0.17 MB 637 192
219,672 219,672 0000000000000351cb3c5b161c99057467b055509c07540b6f55326b9f95dfab 0.25 MB 622 245
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
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.