Memory Pool Memory Pool Refreshing

4,298 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,289 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (76,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,374 831,374 00000000000000000002c8ee902867954301d8d0de420a5aa541ef10524744b1 1.66 MB 3,930 27
831,373 831,373 00000000000000000002acc2eafb8b5a581bedbb99d5a72e58411321317642df 2.36 MB 2,442 16
831,372 831,372 000000000000000000020fa3785e555a2612d94fcf516c1e45feb314b8b82e3e 1.91 MB 4,017 23
831,371 831,371 00000000000000000002b1ecc37b41fa5b563c35684011ab648a9f89f8209222 1.60 MB 3,454 27
831,370 831,370 000000000000000000026085bc12aecbfa4842d4149078b076baab40835f6e42 1.65 MB 3,629 22
831,369 831,369 0000000000000000000123ceb0928370656a9f6425663472394f0336f954a3e0 1.68 MB 3,670 27
831,368 831,368 000000000000000000035d0b0957431bb40474866ff9211f834d1d57db654495 1.83 MB 4,334 30
831,367 831,367 000000000000000000013f2bc8a567005dcd24eb118bd0de1f3c300898012622 1.66 MB 3,610 35
831,366 831,366 00000000000000000002fa0f033361cac2f7d918766b1b1c8cd00268b3e2dacc 1.61 MB 2,642 42
831,365 831,365 00000000000000000000d29b729efff620828127dc783106d6c68e917e922a77 2.40 MB 2,065 13
831,364 831,364 0000000000000000000327d0c08ac4c1a1f87269183c48051a446f78a4d5d55d 1.68 MB 3,310 22
831,363 831,363 000000000000000000007ec2a7f738ab11376c2ad2dd37b8b03434b1f2d04e5d 2.05 MB 3,074 16
831,362 831,362 0000000000000000000138046874bb7519f0a058fcaac3e2a29288e16e109ea7 2.73 MB 1,794 12
831,361 831,361 000000000000000000017f55f7d46cea68cb45c2a9d2fd7b6368f518fe163ba7 2.29 MB 2,134 15
831,360 831,360 00000000000000000001f403157ff135976df6f931235f27761bd65bc6dc6e09 1.84 MB 2,777 21
831,359 831,359 0000000000000000000363cbe0b05fc04dd819c62b0cbc8d9a01aaf39b33eab0 1.77 MB 1,378 12
831,358 831,358 000000000000000000034893a2bd40226563710b53e20cf3cd494b6954154b27 2.54 MB 2,772 16
831,357 831,357 00000000000000000001a972f56e63576f9302605993e10d240064f968d24e2d 1.71 MB 2,371 20
831,356 831,356 00000000000000000002820322c9a95dd469d6379e6d8a7a78b803a555a686f0 1.74 MB 2,448 33
831,355 831,355 000000000000000000033419fd8fc3bfe4f92f39cea5c8bccbabf32d2ba0ec1b 1.77 MB 1,712 13
831,354 831,354 000000000000000000036195567b8494dc6db7ec9668536d9f43433820a618ec 2.28 MB 2,978 13
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.