Memory Pool Memory Pool Refreshing

406 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 401 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (79,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,174 828,174 00000000000000000003e58da7d7bb99ec56719f45b287461688075ae9b74a52 2.02 MB 3,798 28
828,173 828,173 0000000000000000000302bf54e7b46225f74193c5b028dc49d4c19ad2e146c4 1.62 MB 3,684 34
828,172 828,172 00000000000000000002a600874fbdd81c4c7c873c3c785012b632d606b9a82f 1.64 MB 3,234 41
828,171 828,171 0000000000000000000321b266c8b20de272f393a8be91fececa004e415cff77 1.53 MB 3,033 47
828,170 828,170 00000000000000000002a754e7d0bee6112334aa7a3f70ad0dc159814c8cbf68 1.70 MB 4,941 33
828,169 828,169 000000000000000000029aa1a99f5d01132cd38224a507ef0fe9eb361b6d1d02 1.65 MB 3,539 31
828,168 828,168 0000000000000000000182a19a6c738420b27044d663f5962105dabc8f08bb19 1.64 MB 3,662 32
828,167 828,167 0000000000000000000076aa4ad9608629cc5b0b01af340f1fd86ae1977250fd 1.69 MB 3,056 32
828,166 828,166 0000000000000000000117918ab8231e1825bfb60260d237f96935ca3332d2b7 1.28 MB 2,091 39
828,165 828,165 0000000000000000000154baa93e444f748f7ee35c406a3a19516062207cf092 1.38 MB 2,665 37
828,164 828,164 0000000000000000000050cb31a5be04d33369bdbd804f5d26073ba470bae5cd 1.59 MB 3,557 37
828,163 828,163 000000000000000000039ca313116e95a751ef696c7f257098fe15233a5ca471 1.57 MB 3,760 44
828,162 828,162 00000000000000000002be5c65ffc105cc51050b8e181cf04ca371d52ca6710b 1.49 MB 2,727 47
828,161 828,161 0000000000000000000092a063f59e04e5e0a31b58f9c648da90c1e51c8460f5 1.60 MB 3,908 36
828,160 828,160 00000000000000000000f5a6cbf82fa6557cdc26bf0c5c5bd1adc4eef6115bb6 1.94 MB 5,298 29
828,159 828,159 00000000000000000003c25be644a71d21ec48cd519ac8de095c9c6d8550f9a4 1.81 MB 4,800 32
828,158 828,158 00000000000000000000b941894b6bc883d216678b9a72822913218a6bfb3a97 1.66 MB 4,390 31
828,157 828,157 00000000000000000001505f9cd804a784108baf44218e8d4014975406f7945a 1.50 MB 3,644 34
828,156 828,156 00000000000000000002285fa50a65c5d1810639dc41b5ebe8fcbb2bd57adeb8 1.86 MB 5,726 27
828,155 828,155 0000000000000000000264054c2be3d6a2d180a275bec75cc5204275cc828cdd 1.64 MB 4,286 34
828,154 828,154 0000000000000000000384e40836f1923701c3e4feb27d18fa7bebf24da7c151 1.57 MB 3,556 37
Previous 10 blocks ↓
Total Size: 769.10 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,628.95 GB sent, 93.40 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.