Memory Pool Memory Pool Refreshing

3,161 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,858 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (15,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,355 892,355 000000000000000000000de0173f5ba2c883de0818d6fb5a29f0b8e79436450f 1.64 MB 2,955 3
892,354 892,354 0000000000000000000040f9b0d2fd319366466a0204e442572ee57c1efda5fa 1.68 MB 3,645 18
892,353 892,353 000000000000000000018ddfc4100dc5c6888398f3ec18059d52af6e8f6b73a9 1.63 MB 3,575 4
892,352 892,352 0000000000000000000037a4856e60f34bc021e8b373937453542dee29cb9b64 1.87 MB 3,436 33
892,351 892,351 000000000000000000008c64a53149b2be4ff2fe17987268fab46a92c66055fa 1.80 MB 3,725 25
892,350 892,350 00000000000000000001760a7645bba2ed1ee797b95454f94b847b631942d9dc 1.70 MB 3,676 17
892,349 892,349 00000000000000000000e32cd7ffbe2cbc7188896419bc8c4da3ee60db8257c3 1.85 MB 3,737 31
892,348 892,348 00000000000000000001336b094270b01a568bce74952eeecf2d622b9cbd10d9 1.64 MB 3,727 6
892,347 892,347 000000000000000000022b571182ba6358cdd47496d67e1712a8f1c42ceaae2b 1.67 MB 3,860 4
892,346 892,346 000000000000000000009fed5cf7026fe27df84099cf6615e4a398b8d710bd79 1.80 MB 4,883 2
892,345 892,345 00000000000000000000aa8f2b27b6e22657e1565c98fb84c4db3928d0573f33 1.82 MB 4,838 2
892,344 892,344 00000000000000000001dbacba8278d5efaa153066caf00905f4c1acd89ae68b 1.76 MB 4,638 4
892,343 892,343 00000000000000000000226c5ce2617b47242ee2732274203f36466af59995c1 1.57 MB 3,181 1
892,342 892,342 00000000000000000001cc1fadf8b1d73046ab3b441d2e5b56e9af2ff8bd9c47 1.84 MB 4,258 2
892,341 892,341 00000000000000000000512014cc8612f5e456db9153b6e4181aadc9934a1204 1.74 MB 4,172 5
892,340 892,340 000000000000000000001b6108a6ae43570dfcb694f1ee958a8f2e836f26ebd8 1.69 MB 3,608 7
892,339 892,339 00000000000000000000b7db61839c114095ad2695767634cade07de89ac3afd 1.60 MB 3,468 2
892,338 892,338 00000000000000000001392fafab87cf76f12a060ce1b7e3583211a989d0e4da 1.77 MB 4,281 4
892,337 892,337 0000000000000000000057aac5f21e20cd1866e9fb9b632e4f0b715d3df4ee55 1.74 MB 3,453 3
892,336 892,336 000000000000000000001f96e857aeb8926ebcb3def7920b6655cc380721dd10 1.71 MB 4,115 2
892,335 892,335 0000000000000000000050a29f7b70c9f009dc6236e3f2e139ba17c2bd93a29d 1.76 MB 3,160 3
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.