Memory Pool Memory Pool Refreshing

6,933 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,986 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (612,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,452 295,452 00000000000000007b761178a8c0eca453fb7c13434c1616bd11a0f0117bc19d 0.03 MB 64 36
295,451 295,451 00000000000000002eb8f0f3c81cfb9ff379cbae85371c71ddb0b4e017025ed9 0.41 MB 539 26
295,450 295,450 0000000000000000b27f47d7cafd40f53503a74d2a24d74d9b626e278b704b4a 0.35 MB 920 46
295,449 295,449 0000000000000000ac9551ffcbb4f4c7c59a602e64d322fab27cfaf01cda94de 0.21 MB 72 8
295,448 295,448 00000000000000004ea6df7301b38a15e5c5a963bb40141aff27f7de54758b4f 0.35 MB 807 38
295,447 295,447 0000000000000000116379b10616e5becd7707a2ecfd177e057e487a70e0eadd 0.04 MB 128 84
295,446 295,446 0000000000000000723359212862655ae3c832eeeaf759558f6214061914c46a 0.19 MB 230 22
295,445 295,445 00000000000000006c362e01a98f089523c0450771683d327a0fccd2283a1489 0.39 MB 510 20
295,444 295,444 00000000000000000545bc27041e43797447519800ce9ef8c57696d59ea40ff6 0.22 MB 512 51
295,443 295,443 00000000000000000b8d3b1c57735e304372a763807d9f8f7ff4b794a4326bb2 0.18 MB 242 26
295,442 295,442 00000000000000008721cd3b1126217a22374ad94c3873f4496fcdf93e02c2a2 0.18 MB 257 27
295,441 295,441 00000000000000002cbbc55b1bbf22880aa3b80fa3b5cb37753c654ab7717cce 0.22 MB 365 30
295,440 295,440 00000000000000001b6f68b2a7cbdf337affc101d9b5c8a4216e231f966544d5 0.06 MB 128 41
295,439 295,439 00000000000000009f2e00498fb64e77b581a6e681a6729fb8efe82c7ba41708 0.27 MB 406 28
295,438 295,438 00000000000000003f6650e72f28afcd0a12398cb9398b76ebf002ba1a8f3ab1 0.04 MB 74 29
295,437 295,437 000000000000000002931ce60a2e84bbcac31032c2a0e150a6d2077a9a2bd828 0.14 MB 267 37
295,436 295,436 000000000000000068be2d9dd0558599ae529a5d7b0da50cdc322549068d9928 0.14 MB 157 36
295,435 295,435 000000000000000075bc8b5e71dff4f54a5e009a1a08af6128aee83ddb6d70ee 0.07 MB 123 23
295,434 295,434 00000000000000001ee90a49a6e4643fb2e5e3bca141bf09f51b9d027f879a8e 0.02 MB 46 36
295,433 295,433 0000000000000000174f3239ca1c1674e14cc7463a7683416d0139597f5bd818 0.35 MB 464 24
295,432 295,432 00000000000000002190a858e54d1632ce999ebcfe655681af72eacbf5edb8f4 0.25 MB 741 48
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.