Memory Pool Memory Pool Refreshing

5,941 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,255 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (76,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,388 831,388 0000000000000000000291279c14be3f48d89b0224ce7e8475d82624e847a5fe 1.83 MB 3,058 22
831,387 831,387 000000000000000000010cf742e82093f2b34592a294bb9d48c32c35db0cbe64 2.89 MB 1,677 12
831,386 831,386 0000000000000000000157bdde026859b310ba79f905f1514f022d1dd6129a00 2.27 MB 2,162 17
831,385 831,385 00000000000000000001e2b7737bb255f94e96ff899f65d9c1bc1d17be3471db 1.26 MB 314 12
831,384 831,384 000000000000000000008721ebddc8b100f6f5ff7819378bbe273f16e2d870e8 1.99 MB 2,315 15
831,383 831,383 00000000000000000001df3d2f4bce54965d5ac416ca3e99e59a9f8c73e6fc5b 2.22 MB 2,993 18
831,382 831,382 000000000000000000003a6ce1f3e892499ea761d321a75acd8b33c5ff35f79a 2.39 MB 1,981 16
831,381 831,381 00000000000000000003155bf64b69927df7a61a3441fcb667cc36702266a5e5 1.57 MB 3,176 24
831,380 831,380 0000000000000000000194001d1634dc7ef2074f1320376bdd5ce813bae909ce 2.06 MB 2,963 18
831,379 831,379 00000000000000000000c2f8a700cdf012e8bc2e5c55cc681487998f40952a23 1.90 MB 3,603 25
831,378 831,378 00000000000000000002960cd79cf980229988135c8cbc5966e882947ca86424 1.70 MB 3,653 22
831,377 831,377 00000000000000000001f4d5bb9f3eea141b7c70cbab87dd42481802e844ea44 1.65 MB 4,398 27
831,376 831,376 000000000000000000008e3629fb5fcb0ed61374d2aecf3dfe32e9143e37383b 1.70 MB 4,093 29
831,375 831,375 00000000000000000000e0f8b538afc8006615ea6f1f71a6c8af9f48ce015fab 1.83 MB 4,936 25
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
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.