Memory Pool Memory Pool Refreshing

4,258 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,971 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (709,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,239 198,239 00000000000002a4eac6a342964060115e0bc81d82a1520024c101d9414486b7 0.35 MB 924 154
198,238 198,238 000000000000040f6dc29c1f17c22b52aa5b0082576fcb148cbae3a7035d90a8 0.00 MB 7 0
198,237 198,237 0000000000000111a5e4ff5031d4e98ad0bfe62941bb776abd82679d2fecfd44 0.05 MB 105 418
198,236 198,236 00000000000006111da35b1054e02f7f321fd9757d6bcf9917bca22ae139b462 0.08 MB 168 116
198,235 198,235 0000000000000533782f29806bd7da16309b6aef3a53755ccd090c2726119609 0.02 MB 59 209
198,234 198,234 0000000000000448a8972b00acca50ccea907ce49416da815899584e5a301cc5 0.01 MB 40 49
198,233 198,233 0000000000000213983644f2dd133e774d7b45e90f80b85c0d87959db258f8b0 0.07 MB 132 97
198,232 198,232 00000000000000b870b087b573f76885a983f90cb61b40c7c30869355ed24245 0.05 MB 112 182
198,231 198,231 0000000000000236a007c88d8e45d5d66d172973df31075abd0420c97c64925c 0.03 MB 73 156
198,230 198,230 0000000000000475062e22a076ece251e9550fd642975cf36d285bca43aa3d41 0.18 MB 444 146
198,229 198,229 00000000000005a28c0a12cd8d1063b5ea471078256543b2805d079059811535 0.05 MB 139 92
198,228 198,228 00000000000004802231e375d11c824cfa9b4b81585efd2b4bf0a3e35615001b 0.12 MB 297 184
198,227 198,227 00000000000000705af09720a1cbf4660fa1bb892c2da79d644cfe402230260e 0.13 MB 395 149
198,226 198,226 00000000000004283a89002c2f533ae70d08937c0a713b51428846eb9a1da8a3 0.05 MB 142 145
198,225 198,225 0000000000000437d1edb189623873ed09259d7ca93df4a3147103ac63aa62a6 0.06 MB 140 204
198,224 198,224 000000000000056151af280c0c3e4010f6f55dc385491ee39c7de861ddc2c376 0.07 MB 236 179
198,223 198,223 0000000000000556f2a925d835228d5b40a101d6c432d2a8a6f8dadaabc2e2d2 0.06 MB 168 152
198,222 198,222 00000000000002858333fda01278cadb643e18875e3c9b079559487a925b6844 0.01 MB 19 115
198,221 198,221 00000000000004ffa67b2632c8aa2be4513277bb376e13821eaa7e77598d1ebd 0.06 MB 128 266
198,220 198,220 0000000000000356923ec9a5a9c68dafe40d2f6f1ce940d3afc3a5c37fc4cd66 0.02 MB 29 55
198,219 198,219 00000000000001c5a7fb752722507ce61ba3b38d2f14ed255f3bd7736bf6eb2c 0.04 MB 80 136
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.26 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.