Memory Pool Memory Pool Refreshing

265 transactions
0.12 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (102,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,386 805,386 000000000000000000044bf985d930be69629f3eca75e4bd734652d84131858b 1.56 MB 2,823 15
805,385 805,385 000000000000000000000df7820f59cead27e63804f4d754d4909334c892630b 1.48 MB 2,853 17
805,384 805,384 00000000000000000002ff898d555870b17f55709093db33353f0345d0b3a3a8 1.55 MB 3,747 22
805,383 805,383 00000000000000000000f93652244f1f957c4d2214d7889de9481161087bf9c5 1.41 MB 2,531 20
805,382 805,382 00000000000000000002fb10751716fd1a91a300953686584d4d0b6eb078be57 1.50 MB 3,116 18
805,381 805,381 000000000000000000025042d97885ade12af084399efac2cf03db6115eead14 1.58 MB 3,056 22
805,380 805,380 00000000000000000001066560ab32b1adab937a98adcef01d53f3d608ba1a11 2.12 MB 6,860 6
805,379 805,379 00000000000000000004788793402d301608cbc79f791f9b4083abbbf59208c8 1.56 MB 2,828 13
805,378 805,378 00000000000000000000eec53f1f402401664bc3ef3f5782c26ccc6348d726a1 1.63 MB 3,354 13
805,377 805,377 000000000000000000026feaec9776d21c87c44f595ca276334ca0db9c4650e0 1.41 MB 945 9
805,376 805,376 00000000000000000003339da62a19cd8574d004bc1053a476343a8a40bda1d1 1.54 MB 3,137 21
805,375 805,375 00000000000000000000431ededef6bdf89d2e2a40db0028bc996f13229f2e32 1.53 MB 2,201 15
805,374 805,374 0000000000000000000245a02101d0f8f84681729d24163f1e2e0f36328c1852 1.25 MB 1,669 22
805,373 805,373 00000000000000000004e16cf346116d0c80e9399244e983b09bb09951d1f26c 1.94 MB 5,730 7
805,372 805,372 000000000000000000022493fa22cefb5050cee672113bb8ac7946072f66655e 1.73 MB 2,275 8
805,371 805,371 0000000000000000000120a6f2d16ff4debfb4f2737f27eddf0c49efafdd5e74 1.52 MB 3,323 19
805,370 805,370 000000000000000000026d39a4716d3bc5d6d36b292a6e99ad924b64961c1ffd 1.44 MB 2,607 19
805,369 805,369 00000000000000000003fb2abadc2a8c78ff09200f35a9fb72db6d3f80e6e5ea 1.89 MB 4,252 8
805,368 805,368 000000000000000000047bb00dae55247c3941e70120ef365b7c81f345b1aa71 1.74 MB 3,870 14
805,367 805,367 00000000000000000002bad5792ee08488a73bd64c973f5f9fbc94a8ef758136 1.65 MB 3,234 9
805,366 805,366 000000000000000000029b82b317818c05fcef00dd6804cff8c869bba98ab5a2 1.82 MB 3,679 9
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.