Memory Pool Memory Pool Refreshing

2,143 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,852 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,137 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (701,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,043 206,043 000000000000041c1d2a4cdeec7aa2cc95a13abe9cdab4a2692d4748201dec11 0.10 MB 220 218
206,042 206,042 00000000000002c5f9dd8492c795db5ce6eb3ab3fc824870124576c323a0e28a 0.13 MB 331 185
206,041 206,041 00000000000003ac8c95b77a19f7e80c8ed7cc1a32d470b62533e605dbf3f38d 0.11 MB 228 224
206,040 206,040 000000000000010c65be7fbb7319d8cfd6bd860b8e025795e135ff109676b443 0.04 MB 98 75
206,039 206,039 00000000000004611af8488259deb1a52d36c9f4679907efcf5f8cb0a980c2a4 0.08 MB 218 301
206,038 206,038 000000000000048f2910f5160bdfa8574e6aa72bf7172e001d18dab3d0e4c90b 0.10 MB 204 210
206,037 206,037 0000000000000114e337cd5a5ef7d021a204e3e41dec925a4146135c6bd8abae 0.04 MB 107 55
206,036 206,036 00000000000001d21a3399c7c452ae1f81768069962d1f1740da325048d1ceb5 0.06 MB 159 215
206,035 206,035 000000000000033ea2c0492fa029309dbbfd694bd30f2057b9e0524cfb74668e 0.09 MB 181 144
206,034 206,034 0000000000000060dc6d0faf998627ae6da9ec31c2abe1a5b92b19c89a2d9784 0.00 MB 1 0
206,033 206,033 00000000000003ff8e547076d2354ed3ade00aacb406aecd1b1a1eecf0147e09 0.03 MB 26 32
206,032 206,032 000000000000014c5d360d870abd0138acda90271e188f11ed946c9d05b2a685 0.26 MB 502 200
206,031 206,031 00000000000004e8ff8cc7806986e748342a672065fb95b591780d47f0384c26 0.11 MB 289 233
206,030 206,030 0000000000000511aa04b8ee5a962a82bc9e458aa58c9ff23572bd246e8eedcf 0.00 MB 11 211
206,029 206,029 00000000000004f318a9ff5e3053ef0c336d761d56626ca157342c89cd9aef5f 0.00 MB 10 194
206,028 206,028 000000000000048e5291725dbc6a68eee68d04652d5f7669c469bb632713a01f 0.03 MB 53 93
206,027 206,027 00000000000002337a9aa6d3ebc2d61e89a5a33edac665b224e6a7fa6e0fe03d 0.03 MB 62 69
206,026 206,026 0000000000000122ba48a70b1a5d2d21496882aab17284e70e5f0864ddef3729 0.08 MB 205 235
206,025 206,025 00000000000000a21b2700b75dce1ca9eeaf5f6a357aef7980f322e6d24d6478 0.13 MB 212 125
206,024 206,024 00000000000001db2cf257263618121c8d70b11cbd436aca5ef611d33ee8539c 0.05 MB 128 300
206,023 206,023 00000000000002ae234e453899ae37b26175a19d347f85c10fbc3ecd7da5b188 0.01 MB 20 116
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.