Memory Pool Memory Pool Refreshing

2,354 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
2 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
908,149 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,960 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,148 (690,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,810 217,810 000000000000046c5c054ea1b5c156bebf1334d07c8628b1094a8d120d1923b8 0.08 MB 112 64
217,809 217,809 0000000000000168415e522fa6dfc940e1970c882c3a96c58c64cdcffd0f7edd 0.21 MB 494 214
217,808 217,808 00000000000004811d95d5d57d3274acda4029bc01dd90f2d5148190e517173b 0.24 MB 637 241
217,807 217,807 00000000000000e0e38bd5d3d114ddfec72d5f117df2af669a21517484d3bc4b 0.06 MB 83 82
217,806 217,806 000000000000012d08c8a7a1f99703d464a2cdb49e5b3646a29a08bbdfe6a9e5 0.42 MB 370 57
217,805 217,805 00000000000004ebf0ddeb3a2991f7622556d54c6c42603bfcfa415d7e5b5191 0.05 MB 79 3,742
217,804 217,804 00000000000001ce7b56fc9ade29a9457162b796cd588d63a467776a48ad0a86 0.06 MB 94 147
217,803 217,803 00000000000003b37e0f91103f2c7e984b7f42b1f81e73bdf8707f629722f7f3 0.04 MB 84 145
217,802 217,802 000000000000007aa8c5c4714ed56a0874c373f9ad738ebd705f52645b47f5da 0.02 MB 49 179
217,801 217,801 000000000000052640dc0e6accd6821de725eb1dcd52f4ac19cbd9312fff8613 0.20 MB 487 201
217,800 217,800 0000000000000565ed5ca5a2979f7f4e006adb84dbb31b7fb91bd30d5d5f70cc 0.49 MB 479 36
217,799 217,799 0000000000000089aba65c042449f7b93a3f8b491ef82d4cdc9fc796fcfc467f 0.25 MB 568 206
217,798 217,798 000000000000022298a1e1405488e61cd7d75514981b0742eaf178af531540c3 0.29 MB 627 207
217,797 217,797 00000000000004f2ab296727abfcc2f8d02cf704074c8826365f263dc1934f59 0.05 MB 125 102
217,796 217,796 00000000000000caeac2d8d59a91a9996acff8020132f36b1a8b64088fc95825 0.05 MB 123 49
217,795 217,795 00000000000002a33ba9b56b6a72c47304f90fff8b6b4fa4e53b5ca518345fd8 0.25 MB 670 204
217,794 217,794 0000000000000416b387d9e2e473823127ee7013080dad536c3c8fac344b368a 0.26 MB 601 199
217,793 217,793 00000000000001854ecb5ec064be99ec289bd7cb118b02b4fbe87ddd494f1e5c 0.18 MB 399 141
217,792 217,792 000000000000015c84bf59f627c89620219d373ef762fe42c698adf1cc54e170 0.28 MB 427 138
217,791 217,791 000000000000040ccc938e54600de488bfce2154c35e181c650eefddd40584b4 0.09 MB 299 49
217,790 217,790 0000000000000067fa26c707ae152cfdd78601d5e2005c2f86bb536ec1c31f2d 0.26 MB 96 73
Previous 10 blocks ↓
Total Size: 769.83 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,680.65 GB sent, 97.02 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.