Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (741,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,062 166,062 0000000000000a173b45d573d6c500f81120a06fb00b2c90c68ed8d8312bc4b3 0.03 MB 64 62
166,061 166,061 00000000000005ee7438f4439c741444a7403f57039ea0e274821f92b4a563e5 0.00 MB 13 440
166,060 166,060 00000000000008e6ec34177a1be74c19adec87a2e7d74b3ab5d28e660e7371e9 0.00 MB 12 0
166,059 166,059 0000000000000b413d70354b1719b52404b04bfe9cef0cd848b55322afbdaf0f 0.00 MB 12 3
166,058 166,058 000000000000088c9db7e00f6a45e3cde8098d7a1ce6348c300efa8a1d575ea8 0.05 MB 119 112
166,057 166,057 00000000000007c5356466a6d2ecd333ef70a43943d55724d1e873e971a2a49b 0.00 MB 20 204
166,056 166,056 0000000000000c2308be05710e57654397bd830818406f8e32253fcdacb627ff 0.08 MB 49 65
166,055 166,055 000000000000070a5c4c29fb5c5322e6db51e67e1cfa69b44d58864f14c7e3ba 0.05 MB 107 6
166,054 166,054 0000000000000b716fb024d18cc25940738c6af9c9dd7d422ec94087c4a6bf8c 0.06 MB 111 103
166,053 166,053 00000000000009114cc341ed00a5883d8386d527c8d4e1d9ccce361dbd4e3d13 0.04 MB 81 93
166,052 166,052 0000000000000152e5e801e8e62b9b8db0791251c4079f30f0fbb50659a4c960 0.01 MB 34 400
166,051 166,051 0000000000000a1166a00b6ccabc5d3b9a9076199411de5fdcb7774d3fec0e47 0.01 MB 22 203
166,050 166,050 0000000000000b1ee3fe50f9f1f5e3073053c1f9f13c194b90cb0a08dba48844 0.04 MB 83 72
166,049 166,049 00000000000007c4abf667d5b7ec1693d978715584d617fdc0201770d0bb1f88 0.02 MB 70 48
166,048 166,048 0000000000000aeeb4d5dbcca6da612f761a1de8d984c9b4a550f0d4363595a8 0.01 MB 26 230
166,047 166,047 000000000000081dd083883d030ec5744988401eb06edffba49bcf9752af61e6 0.00 MB 13 39
166,046 166,046 00000000000001c7709187fc740fbc7d1f49be63952bb95c4839cd7db4a5e3b5 0.00 MB 12 0
166,045 166,045 00000000000009c36b8f3bf0fb6d940c3d2530adde2d556f9db36ae94beb4029 0.03 MB 62 81
166,044 166,044 00000000000002ea00fb76322d57f63819cd9ed5b18c70f084e3cf4b5a03e7ea 0.02 MB 63 104
166,043 166,043 0000000000000bb9c59725abac5627f04a29cfbfaa6d7429281e712ba6654769 0.05 MB 129 63
166,042 166,042 00000000000007918d7954e7968d763dbf17302f17c6b8a2e766c3ff727a7ce8 0.01 MB 14 492
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.