Memory Pool Memory Pool Refreshing

619 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,893 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (403,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
504,314 504,314 0000000000000000007134eaf3a9896f494ebc4d65f3854914dfafe6c5dd2d13 1.17 MB 1,215 265
504,313 504,313 0000000000000000007ac3f23b49c6035efd0d9816caa7884f0de43be5848fd8 1.06 MB 1,211 454
504,312 504,312 000000000000000000410f66f545f629e5cf3de51231c3178f2f485835206e7a 1.06 MB 1,179 225
504,311 504,311 00000000000000000038a9dce82f555c7bca5eb1af187103b15632f2c9f8388b 1.12 MB 2,050 417
504,310 504,310 00000000000000000040bf3a960693dde551f1981afca63716f4c8b6ff0d3a4f 1.12 MB 2,395 417
504,309 504,309 00000000000000000039b06284881947dc778372cf5692dec5b2708334e1c2e5 1.08 MB 1,101 197
504,308 504,308 0000000000000000007a32f86aab5262f1223bcbc1f6a76dc97fc67baee30ba4 1.13 MB 1,562 296
504,307 504,307 0000000000000000003b9345794a869263836e61178494e33fa9915e71fbf2d7 1.06 MB 1,390 296
504,306 504,306 0000000000000000006c5a18822c042e4effb2f59c42d799ec70b89b4adb4a99 1.01 MB 559 170
504,305 504,305 0000000000000000007b63e7b948c3433f81bd001f7252ccb0dcd90ab3ad542e 1.00 MB 531 145
504,304 504,304 00000000000000000072b6958b0a6a0713191122497e8e5e85d59b587ba06955 1.05 MB 1,227 299
504,303 504,303 0000000000000000002331b26fef2f39cb1e3f978905d22eb1b8588e2cde7450 1.02 MB 1,719 178
504,302 504,302 0000000000000000000a811c168a0b95c3f18b32090f7eeb5a54ba105dee2c2a 1.06 MB 1,488 218
504,301 504,301 00000000000000000074e8951ad1f1a6f54c1f6e2e788684c1cfbceeeeecd757 1.10 MB 2,207 424
504,300 504,300 00000000000000000018946bb45eddeca0f8570cf3769545c51cd97e37b986c6 1.13 MB 1,733 361
504,299 504,299 00000000000000000039c3d9173584137093a2af8c056f7937b56118f2eeaf70 1.13 MB 2,423 451
504,298 504,298 000000000000000000257cfabe036f7747d90a7e8b2685efb8c0182e888217b8 1.00 MB 770 307
504,297 504,297 00000000000000000065c4580e52f2e43419d59fea0db15fb6cc2092b491df3e 1.02 MB 683 387
504,296 504,296 000000000000000000612b9bafc858f86b8471d61f38e1fbdc138e172fc5cf84 1.07 MB 1,661 231
504,295 504,295 000000000000000000632d7acd413af81a43024da4a4618b6ca38afad9f80816 1.06 MB 1,659 290
504,294 504,294 00000000000000000056611685d7a73b0c174e8acd2dbebabdd12164434f55b3 1.09 MB 2,208 469
Previous 10 blocks ↓
Total Size: 769.34 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,643.36 GB sent, 94.66 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.