Memory Pool Memory Pool Refreshing

5,113 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,288 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (824,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,106 84,106 00000000000bd68d28f0076956ad42c5da04c1253d8e1d3cac62970594054364 0.00 MB 1 0
84,105 84,105 000000000021a14c896f0968c70293d81362d9e9138f34ae76057bd633cb6ec0 0.00 MB 3 0
84,104 84,104 0000000000171044697a526fa0d3587ddaaf00fb11aa8f8d287bb886e4e7760b 0.00 MB 6 0
84,103 84,103 000000000010f9f2afd5e24962404d9bb64007da454131758d9fabc6093eaf4a 0.00 MB 5 0
84,102 84,102 00000000000d47303d909b07e25c296f7c39764a2affd14062ff5308ffc5d19d 0.00 MB 3 0
84,101 84,101 00000000002278757a603c947978f1ec1440d064b789cc00e14c7d94b56080c2 0.00 MB 4 0
84,100 84,100 000000000002a3f2186dc983428d0a142353836e8b970ed2b4fe85bb2ea48ca5 0.00 MB 1 0
84,099 84,099 00000000002404136043f103729f05d2ea03f3b17dc3b2022bb4e3cd2de109d9 0.00 MB 2 0
84,098 84,098 000000000026f5404afbf3ff96f084a5f0a594f2661787b46c4e07244930e103 0.00 MB 3 0
84,097 84,097 0000000000101f2d6533524ed886800b54c2487caa14c0e5942e825bedfd6c0b 0.00 MB 2 0
84,096 84,096 0000000000239c2ddfedeee8f8f8e060802baf43750e297bf54201f33c59dd24 0.00 MB 1 0
84,095 84,095 0000000000071e5dba8c620164eb9bb061d9efc3b3e3e1982f42eb3f5123f9b6 0.00 MB 1 0
84,094 84,094 00000000002fdcfe468e4bcecac0fd3f11190060f47b53a8c91287ff477e4baf 0.00 MB 1 0
84,093 84,093 000000000012c3411d1df383187a89da2158cc207c2b1528cb62169460039426 0.00 MB 3 0
84,092 84,092 000000000017628fe049492348e4cfbb5c271c88bc37ab84fe5229f09c92f85e 0.00 MB 1 0
84,091 84,091 0000000000031518562f15da22b9c87c4a8bb4b1b605adc65c537d4eaacd0019 0.00 MB 2 0
84,090 84,090 000000000013fd8ca3b164fb57ba512016b8f300268cb107dfafaad5f9a4185d 0.00 MB 1 0
84,089 84,089 00000000002556e303e6ba8cfa35d6d6fe122c2044f41778325242a73062f0b3 0.00 MB 5 0
84,088 84,088 0000000000190df9f1276d244e4c935a1042fcad068a5d575adb2b3cb7e21d85 0.02 MB 8 0
84,087 84,087 00000000003161d60703958e76b0d6eba1c551d773d515ba92ac4ebabfa65714 0.00 MB 1 0
84,086 84,086 000000000022cd6d5279d7619219cad4843857b1790106ebf447e918675dc310 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.11 GB sent, 101.86 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.