Memory Pool Memory Pool Refreshing

3,638 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,927 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (673,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,078 234,078 00000000000000bf4b1e3745c2615852c779063ca337acf91996fa632ed61f5d 0.47 MB 1,270 172
234,077 234,077 00000000000001a1c9f243e8c9ab1d3eae0d7076af6467f0cbea356e7d26c143 0.15 MB 230 49
234,076 234,076 00000000000001635a627890f4f7a70d016045ffd7efb8ef182d8325bf96c7cc 0.24 MB 400 141
234,075 234,075 000000000000006f58c049e7351edeff6202ea085891f04b44f20899809eecc2 0.47 MB 1,316 216
234,074 234,074 000000000000001b135aebe3b5cfbc14254d6cc81c022f94001bccb34793c4b4 0.38 MB 851 160
234,073 234,073 00000000000000b9275b27b585997b2b43c28254a39e48830ca9dfb1021b8a48 0.24 MB 434 151
234,072 234,072 00000000000000637e40f295a4017973e33fa16b6543584d272013154470c483 0.25 MB 783 203
234,071 234,071 00000000000000964ccfd0e5fbb5096d2ca8137ae5e4161b2e114e5ffef32a93 0.06 MB 119 163
234,070 234,070 00000000000000ec50e26a7cb5f2024c97dd52f5d509a73a6b01b1359686b461 0.22 MB 509 160
234,069 234,069 000000000000006e3874e81cf79d570d1af103b3ede78f4514ed4594bac5e142 0.10 MB 227 147
234,068 234,068 00000000000000228b7be174f50f1a3ccb40d672e08a3409276f4480b935d8b7 0.19 MB 394 136
234,067 234,067 0000000000000071b69800694cd7928d2072b4c1d981fd84d7fb2362159f23d2 0.27 MB 542 252
234,066 234,066 0000000000000093d4a3904431949145215dceb628b75478d3539da1ea6c9d7c 0.20 MB 433 190
234,065 234,065 000000000000001fdce25ec36397cfd8d3fd1e44c271f97b8fe319c29c90be92 0.15 MB 183 22
234,064 234,064 000000000000009e2e9fb40332f14cf769589efbc0474d7e986650b5733045a6 0.34 MB 795 196
234,063 234,063 0000000000000199c5ebd616a74eafd1db3477bb3e773146456eb66c08c8c9a9 0.23 MB 554 172
234,062 234,062 00000000000001897fae12a04348d0870416655ebebeddacdda73e7efe3fcc1b 0.25 MB 535 146
234,061 234,061 00000000000001285b67cbc0b071512f2aadffc8d34afc1c07ceaf6f57b19460 0.25 MB 226 69
234,060 234,060 000000000000013983f39a3cdcc9b15619f92347ba4b3cb6f7d7cf4fd9d59589 0.15 MB 208 34
234,059 234,059 0000000000000164f4a4e180295aae21cda0d4d5fd404afa43ae1ea5419bf04d 0.09 MB 188 196
234,058 234,058 000000000000016c12108c808f4faed3056021a26843e20a80398481f2ced54c 0.22 MB 560 178
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.