Memory Pool Memory Pool Refreshing

8,359 transactions
2.67 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,091 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,430 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,090 (797,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,287 110,287 00000000000020130ffbc2940826a6ebd7b4159b9e047b0c3042053f09d066f4 0.00 MB 12 0
110,286 110,286 000000000000a966409cb51cdbeada173e3299f8152bc323b9fe504d9601a7bf 0.00 MB 14 304
110,285 110,285 0000000000011cc5ea864c4833ada5288381dac274ae4980ffcb6c2aa082ee19 0.00 MB 3 0
110,284 110,284 000000000000a1acfed022d64d10cd64c05bfb015687e0f3d86abce9922a3eac 0.00 MB 2 0
110,283 110,283 000000000000a771cf06b808a11d6e43336757d18b068c30dca4d3054058bb61 0.00 MB 6 0
110,282 110,282 00000000000036e7b9210b145180ce1c35a5404812c5279b747a11cf508693de 0.00 MB 2 3,875
110,281 110,281 000000000000923d8404da92019a179e540e6d3dfc7e792047afcfa6a4896a10 0.00 MB 9 0
110,280 110,280 0000000000008869eff7b2d2e63a7e51ce2412610f772c6494bf4937d0233dd3 0.00 MB 12 342
110,279 110,279 0000000000013db9bdc4f3e72eb551c975a657087f11d9808113b9ea424b3cda 0.00 MB 5 0
110,278 110,278 000000000001b4bab12f813abedc2f6130d72862733d2459b67876bb0daf092c 0.00 MB 12 352
110,277 110,277 00000000000172b13c7326bf368bb6f22f418a633557d5ae98c238a01e3641b9 0.00 MB 12 0
110,276 110,276 000000000000f5d6472ce80f142cf826cb755226147de4d1664dbe41c6f1fe9b 0.00 MB 12 0
110,275 110,275 000000000000e1d0f43d0a85f4abba2c1c65dcd56eb82ccb4188b713d855e6bd 0.00 MB 3 0
110,274 110,274 000000000001ca767a14bd8264e92efae994768f7683a32d18be9f02cf3053ef 0.00 MB 6 774
110,273 110,273 00000000000031aa8cd8266ffc6f3d90eab6938ed744eb5d5022d02779f75b74 0.00 MB 3 0
110,272 110,272 000000000000ee0fd968f831593c8c7a88f33b6480c554209c580b36308dbc60 0.00 MB 5 0
110,271 110,271 0000000000006b9dfab5c918e0fed89f6fd4fc9809f77fc0539fd62375bfe7b1 0.00 MB 10 0
110,270 110,270 00000000000186ec6184bac2d827a8ff2a11c3c93eb501b0a6ecf0a671b118bc 0.00 MB 12 0
110,269 110,269 000000000001a2866492432cea1d853e65b1b4038f9e8a2eba6f4ebcc921aa59 0.00 MB 13 0
110,268 110,268 000000000001c75a9727aa8cddee4050d3b604db4f8faf6fe05bf081766f423e 0.00 MB 4 0
110,267 110,267 0000000000018242eced95d84581b995e688071c3711a8d8be8faf37da0d08a6 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.65 GB sent, 96.48 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.