Memory Pool Memory Pool Refreshing

1,368 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (693,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,958 213,958 00000000000002100f9d6d9ff7926f1db6230b952363ee8d8af2172957ddf3da 0.20 MB 417 131
213,957 213,957 0000000000000253af250d8e9b39af05b08d0c7b454afb58ec941d0fbcedd587 0.25 MB 677 206
213,956 213,956 00000000000003bb1f40a74dd1a81afab449550bd3458d074edadcf8e3164556 0.10 MB 256 193
213,955 213,955 00000000000002454ac04417cb412232bb762a21f529040fad87d450a62a5e5c 0.13 MB 226 140
213,954 213,954 00000000000001816484f2434a84cb890d2b0264707122ff1b1d58c1d61b3321 0.15 MB 354 217
213,953 213,953 00000000000004e48e71ecd0edd44ea7545e208ba5ec0d5427ab6504f830bec9 0.00 MB 7 36
213,952 213,952 000000000000022136461af2b8da7e3995e79a925d8011f74965c5a88a8464f4 0.07 MB 163 194
213,951 213,951 00000000000003534c3f5baf943b77ce9c7677fc6064f66c20df061046ee5742 0.05 MB 155 10
213,950 213,950 0000000000000577946ee68467969124425f49ae7598a471a73fb44ed459dbe2 0.09 MB 191 172
213,949 213,949 000000000000043ce6d4416b3bbbaa46e1aeb9e6c874d6f3b5fd497ab90d3775 0.01 MB 29 242
213,948 213,948 0000000000000270dc784cddb4c134d8ac7c5c42fb2b0a5a3bf39dcfcc506a0b 0.19 MB 412 196
213,947 213,947 0000000000000323fa4999a63ce11d4d5ef06fa90f85b285ff01df34e1f4626f 0.13 MB 199 116
213,946 213,946 000000000000032b1c74cb194ff8d862523d6f7757522642a87d39ade71b525b 0.15 MB 311 154
213,945 213,945 00000000000000845f02cb287b940dc8a6dbc08cbf9f3646194c8cad16a4abfa 0.32 MB 758 219
213,944 213,944 00000000000000de653a12d6ed074f42a4a64f86090c09e9c849771c38d57db8 0.36 MB 487 113
213,943 213,943 000000000000038f05335a6d7dc127c93e85d2cd7ce8ce9a17b13fbff2103327 0.25 MB 742 269
213,942 213,942 00000000000004c0a1bcd388e37bf32e28988745b35a5ce7138473e0c804bf2d 0.00 MB 11 148
213,941 213,941 00000000000000e10d12816f2b5289a2b9d4ede09b4bebeb0498a880e1cf0717 0.22 MB 478 180
213,940 213,940 0000000000000440d3f9f6b13450513ac557ff0dc7072ae0456b9aaf511fcbf5 0.25 MB 434 197
213,939 213,939 000000000000039c2374fdbede91d6c7264303effc98a308bac2902a50951195 0.25 MB 713 246
213,938 213,938 000000000000042a56f43528e5fe2b041a92a17e2d39023163c571204b872222 0.02 MB 54 138
Previous 10 blocks ↓
Total Size: 769.38 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,644.14 GB sent, 94.85 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.