Memory Pool Memory Pool Refreshing

2,809 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,239 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,463 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,238 (845,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,234 63,234 000000000c80b1a64ca4399df6df3cbfa3610f9b493d09ebf893cfe99deeb5f7 0.00 MB 3 0
63,233 63,233 000000000d0b1a7bafa067f1dea74e20fac5fc33a6355cbc364d2a3bac3d1a4c 0.00 MB 2 0
63,232 63,232 0000000001071050782c58d2d517cbed7e774a8c3cdbbb2a43e9f8fb6a3085dd 0.00 MB 2 0
63,231 63,231 000000000620fbf527e909f89e8c0293ff81ba586bfa1722f025403486c55f52 0.00 MB 1 0
63,230 63,230 000000000aa0414b74149d6eb3e589e08ad1cf03f217d2f75cbfa1559049d9e6 0.00 MB 1 0
63,229 63,229 0000000004fb891028cf71c9d2fc51546ff03c863aa7b37d6fa66524d9ca9fe6 0.00 MB 1 0
63,228 63,228 0000000002114d86674789f08e2a9d1634aa1ec545ef7cabc63ffb2f993067e8 0.00 MB 5 0
63,227 63,227 000000000aee320afc6ef34fda7dd03c344da07cc2dbbfc3b924515003f6eace 0.00 MB 1 0
63,226 63,226 0000000009ea7d9c4ee7b703a30c5fe5da8f0f690979a138106b847f0f257e5c 0.00 MB 1 0
63,225 63,225 00000000007f1a3fb39bc03c67189b7c46d2d5f09d0d3d0bb9e7cd62e39879f1 0.00 MB 2 0
63,224 63,224 0000000008e8673d3155ebd6389685b76485fad42ee62f50dc1e73c6f5b67322 0.00 MB 3 0
63,223 63,223 0000000001d117cd9bc4fd49159bca0a26c8858ef3f4a5653a7d7eb87cdc68f7 0.00 MB 1 0
63,222 63,222 000000000148435b0f0e0fa3fa8416f9ec0be98a52b9e70b89d4959d15ec6736 0.00 MB 1 0
63,221 63,221 000000000bd460c20856ce4eea59dfa36f73930d42136d4895f6f0ec5aafa4fc 0.00 MB 2 0
63,220 63,220 000000000b35128531f53a9c2904ca64656df8bc8a51583dfd33663659ba4be2 0.00 MB 2 0
63,219 63,219 000000000a58f7579da425a8545f4c450029cbe5e893eb543feb47e6f7725cc4 0.00 MB 1 0
63,218 63,218 00000000056c9aa22dd8058a469677b48c4d56ff5674a47240e284b3ace63ea2 0.00 MB 2 0
63,217 63,217 000000000538ef1f53b6a980a57b72ab100ef0d5eeb4e2ce873abf36dc941017 0.00 MB 1 0
63,216 63,216 00000000061adb7d573bd9807fe2905b9ecc0c6e7404d15ac5553ebec9ae3246 0.00 MB 7 0
63,215 63,215 0000000005f9cfa3ad4b80a3410e5b925f9248b6b9d132efdaa54ca51d8ffd6d 0.00 MB 2 0
63,214 63,214 0000000006e83dfe34d970d6e97cd934d78127b0fc2bccbdaf7726f98335bb07 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.14 GB sent, 97.84 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.