Memory Pool Memory Pool Refreshing

7,053 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (794,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,198 113,198 0000000000004cfa4dcaa4aef72ec61bafe0e85780e1759726711b26ef7c424e 0.05 MB 165 0
113,197 113,197 0000000000009a8ca6db381bda659f9d2681865cc78081f4c36efc3edc16bde7 0.01 MB 28 250
113,196 113,196 0000000000001dd55f888f49895dc761a45620c6c515e283222619bc4ef81fd0 0.00 MB 7 326
113,195 113,195 0000000000004b1b54f3828a6f51eb286ad1855ca6089a59a1e94ab25d30a4fc 0.00 MB 9 0
113,194 113,194 00000000000059f9ca2c318d2dc0023ec851dc1984bc9f715368d9350163d0c8 0.00 MB 9 313
113,193 113,193 000000000000cf499720968dca7ecc9d19143c00b76116c9e77f20d8abbe4fc8 0.00 MB 11 580
113,192 113,192 00000000000079ff9638d3c1c949c07dad62b6ae2e1317f3cf8e9e313755fbaf 0.00 MB 10 0
113,191 113,191 00000000000099ba9bbd36bd311e67516baa2174493fe22f0f641bc7e2b54935 0.01 MB 15 574
113,190 113,190 0000000000002a83df42a41122d76dcee6963256c23da58203edfc6733a490b0 0.00 MB 16 1,034
113,189 113,189 000000000000aa55214e8d4002d7937b042f8522ae91fb0ba10b09730af6f214 0.02 MB 38 100
113,188 113,188 00000000000072bc08699aa45ee0ace3807b21ed27641cbf04ff9f6d6fbc2d62 0.00 MB 4 3,870
113,187 113,187 0000000000007f2e8d59181744844c75336382fbee45a3394107706aa994ba3e 0.00 MB 8 314
113,186 113,186 000000000000b9734c18c82e061566fe956ad9f085ee18a2b3a87309535981e5 0.00 MB 13 807
113,185 113,185 000000000000baf29e2c02100bcf43695d9dbcc44026cb701930c0c0c9beba8d 0.00 MB 9 954
113,184 113,184 000000000000dbae2f80c77c4f6f7fa6f394880fd6ef7307ed42f3c38849d619 0.00 MB 9 0
113,183 113,183 0000000000008baa07aa1a28b6fdd40d8b95e29c72d3d7f1f993c4042bd42be1 0.00 MB 11 556
113,182 113,182 00000000000086887843b9385fc6f1e2d408838c4b1d879f069593103d8268b6 0.00 MB 8 0
113,181 113,181 00000000000079159a4008cfd739e084fb797a005f42d150d28622d46ab45d6f 0.00 MB 9 0
113,180 113,180 000000000000a9fc5f24b9b579715c316fc61e4aab775c6baa0f039f6b423252 0.00 MB 1 0
113,179 113,179 0000000000003fa4c25fb027ce173e2944296aa9cd11aff97ac2ae684664f479 0.01 MB 10 1,016
113,178 113,178 000000000000adf584cb4ada65388e50e86866623584e34f605e023fc4db3a6c 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.