Memory Pool Memory Pool Refreshing

4,270 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,648 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (582,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,442 325,442 000000000000000003e27e3380b1e3b04d667e4e4f81ff7e527e04640332b7d0 0.32 MB 686 32
325,441 325,441 00000000000000000571dcb196011f62128b49a428a07fc5af00bd6871ed09df 0.20 MB 422 36
325,440 325,440 000000000000000000fbb038581a34dfc3f6451bf29ab40803dc6dce24346e67 0.25 MB 501 30
325,439 325,439 000000000000000004360866c763e31dc52f5790885ba35f0743c4153b7556e8 0.26 MB 408 26
325,438 325,438 00000000000000000e83676af134a3f7df68a8d28e632c6f3033dce7c4206224 0.20 MB 407 39
325,437 325,437 0000000000000000163e2337bb3ae3030dc7b63b5293ae79110b45e5d5d4ea6e 0.19 MB 397 41
325,436 325,436 0000000000000000036ff5eb24035a694eac03347f1abda0adaf9ee5d791eafc 0.10 MB 153 29
325,435 325,435 00000000000000001c8a45eb3e6b73d31f83f7a3f59ea0c062044f712776935e 0.44 MB 829 28
325,434 325,434 00000000000000000ae440731284e4557465e7b90429babb00a644e25042bc79 0.36 MB 504 21
325,433 325,433 00000000000000000f014ce6805cb1e11aaddbac5a760937915052e13fc3d203 0.19 MB 357 28
325,432 325,432 00000000000000001a955ad45c5e23fced7161f926fde016a771c72a487b0efb 0.07 MB 58 9
325,431 325,431 000000000000000002139da51c2e37064d56c79d7f9454131400616ce715d9ef 0.36 MB 593 29
325,430 325,430 00000000000000000564f33d40dfee0876aafa8157311fa8a3e28beca9c921e9 0.52 MB 879 26
325,429 325,429 0000000000000000093f8c731e040df096abbd2e218695321ce80bf0c1eb74b7 0.17 MB 292 26
325,428 325,428 00000000000000000aba3f988e8ee78eda2ff240517b7d3099e2e417a030c94a 0.24 MB 296 10
325,427 325,427 0000000000000000185f811e62d45ead5eff27203192ec15ddf3e8e298021a98 0.16 MB 293 28
325,426 325,426 000000000000000005c7489a50d2c61b5dea6936ab43afbdbfb538d3e39be3f8 0.33 MB 609 25
325,425 325,425 0000000000000000161be37e51f10b9f4bfb86b5d8259f21c3bf4beedce034f5 0.55 MB 789 25
325,424 325,424 00000000000000000afba6a241f46b1b46a5ff0b57c73898be359cc07b78988f 0.32 MB 546 27
325,423 325,423 0000000000000000045cec5a0b4953c74769afb59f5b17239861e7a182391c89 0.41 MB 722 29
325,422 325,422 00000000000000000b7640ca8c10eb93892ab5ec5c19a1b62e590cfc8941de92 0.09 MB 102 23
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.