Memory Pool Memory Pool Refreshing

1,129 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,021 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,118 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (683,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,662 224,662 00000000000001cfb8bc4381f921d28e63206a5a721e11ef1b4058b9ef926387 0.26 MB 676 232
224,661 224,661 000000000000010d4d58db5f1ad526a799e9eb5bcc78292622d49047ca417ecd 0.41 MB 702 23
224,660 224,660 00000000000003c6c4a201ce7cdec4bd41b604c444c37eedc91e8db07e13ae90 0.05 MB 112 98
224,659 224,659 000000000000018e9f8bf66c0c1bbaadd63c8ddb16bc26477ff4ab2652b56f72 0.21 MB 523 191
224,658 224,658 0000000000000241a928188e81ba6ae5b4dd1bb9cad4ca90a7f29bbd5f15ecb7 0.05 MB 125 44
224,657 224,657 00000000000001385b2764b3097c9c15723fd99d8ff07f19e26a131b68c169ee 0.13 MB 324 227
224,656 224,656 000000000000037791b92a71a2ddec17dece028e06ce99ab790fbc1c2911d37d 0.12 MB 330 185
224,655 224,655 000000000000008eb82879a08a93f987448129fc17b066067e9d78cc7bac013c 0.05 MB 131 164
224,654 224,654 00000000000002e3a1e76c2f9c57aee1c38059519d240de7fd1c17bb4ebed99e 0.11 MB 200 145
224,653 224,653 00000000000002db82ae65e44c23dedaf1b4f46b9f265c1c57494fdc871d0b66 0.25 MB 457 155
224,652 224,652 00000000000000afc6bd1663afa6c4d19ce904c707fb2fb6c2f55ada7266bc69 0.12 MB 82 47
224,651 224,651 000000000000026c65b101a21f04a781b9f6575fb0490bfec3925d1846a32a45 0.25 MB 545 183
224,650 224,650 000000000000002a5236154b9d81cdb62317c8720847ec511182ade10f3974d7 0.19 MB 480 253
224,649 224,649 000000000000002dc8aa41b759591beaf3e8c0e6631316c0d4add6afee82fccd 0.05 MB 144 5
224,648 224,648 000000000000009c5407160e7fd0d401af8888146802bab109f18a1f6c61927d 0.04 MB 61 2,837
224,647 224,647 00000000000002e1de80687f6a059432c11da83e58042211a24f36251f184c88 0.04 MB 70 102
224,646 224,646 00000000000000a8ee36392a98db922d00b0a7afd2e09cbee7643e4c5ead6964 0.12 MB 221 139
224,645 224,645 00000000000001916857518580aa96b701cf23404dda5a6be3e6719c635c782b 0.24 MB 615 202
224,644 224,644 00000000000002f3eab81f943023c807aa2297d97911d3e8b040bc3342c0cca0 0.07 MB 148 106
224,643 224,643 0000000000000055df0142a0c76210b6cdc8534106f36325708b38aafe6d28d6 0.03 MB 52 36
224,642 224,642 0000000000000292c1bb43fe286dcd87b0c84741d82ed0ac6d19271491cf5d20 0.11 MB 135 83
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.