Memory Pool Memory Pool Refreshing

1,423 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,994 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,406 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (588,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,067 319,067 000000000000000022d9049a950a45e5d342ee612e3c0f3dd5b010280ecf3e5b 0.21 MB 362 28
319,066 319,066 000000000000000004a1139bb8e0d70926232b7cb172108de46edc49d258721d 0.31 MB 519 26
319,065 319,065 00000000000000002802fafe1f82ddd218189357d50cc179fd0d56c6f2824d2d 0.17 MB 338 29
319,064 319,064 00000000000000000268f132a3dbdc49acf358c3513b46ce78eab41825353001 0.07 MB 160 29
319,063 319,063 00000000000000001fea1a95a9e49579795e50a279492a16b0bfe1feefe6cf51 0.09 MB 153 28
319,062 319,062 00000000000000001ff42d01bbb047118ce7c59390e6162e74167bb14295af33 0.08 MB 124 9
319,061 319,061 00000000000000000d269622df02f6fea49673c3dc3a0a26d0ec3cb21bf6b329 0.18 MB 283 29
319,060 319,060 000000000000000001a639d90fbd5b8d5947995f9cf233fe5d2687d47483a4e6 0.01 MB 21 24
319,059 319,059 00000000000000001e58d2aec93317eb5e84699741e5c7f5798f486f27439d66 0.26 MB 409 25
319,058 319,058 000000000000000009ee1bc3e3d43b8e19ed5bf32f0ee96ace87252fa35eb6e6 0.25 MB 322 17
319,057 319,057 000000000000000016ef7547bcf9b59ebc5479ed2e0df95d20ba04f77a7a6a1f 0.13 MB 118 18
319,056 319,056 00000000000000001dad5b968550336c4f5add900350a005e35aab51527f09a1 0.75 MB 1,234 27
319,055 319,055 000000000000000010debe697ca042051f8c106eda837500eb94d09dbf440968 0.82 MB 1,002 22
319,054 319,054 00000000000000000b784cd09d194368e6a4b37f0e6d94c3f485612215dbf76a 0.35 MB 651 27
319,053 319,053 0000000000000000038f087843f1cb313e4753143b8156815117d2d398eef65d 0.03 MB 71 31
319,052 319,052 00000000000000001252207351c0c9560ef236ab459ddcf2f42adc62960ae9c1 0.61 MB 858 23
319,051 319,051 0000000000000000066c4d4204fc84fd8066532627c3c0efedfcda73dbf72a2f 0.21 MB 426 29
319,050 319,050 0000000000000000179f089e6f6bce53fa792586dcfeec22f78b039891d5dbc0 0.01 MB 27 28
319,049 319,049 00000000000000002037e20e55d32b9ed3eea7fbafa1f6abfe4e7bafcd941d36 0.63 MB 1,023 25
319,048 319,048 000000000000000026d601e6f1cf9cdc4c1278d44e1ffef7881b77b423f5dbfe 0.24 MB 432 24
319,047 319,047 0000000000000000075824c59375f580c898f931f383b6f500a88e0b8809905f 0.01 MB 29 30
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.