Memory Pool Memory Pool Refreshing

41,643 transactions
32.44 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,423 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,033 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,422 (438,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,661 423,661 000000000000000001672f2006ff7d86bdf991db1a900f2b5d33fa41efcd59d1 0.99 MB 1,136 39
423,660 423,660 000000000000000003669851b8bcb90b09b547f46352a5d6fb9902dae3ca7ca7 0.98 MB 1,723 57
423,659 423,659 0000000000000000044729468b45561404894a21d70ae646ab01dd4059006bd6 0.99 MB 2,315 68
423,658 423,658 00000000000000000257c8b302243aafa37f5f105619eec7105954003aedde28 0.77 MB 1,848 73
423,657 423,657 00000000000000000464b17b45302ffa8f6ac42db1f923a81f51ef87ba79aa5a 0.48 MB 1,224 88
423,656 423,656 0000000000000000017df9ff67a5eb8540fce8783168eca1027ae53f8f3f316d 0.20 MB 545 107
423,655 423,655 0000000000000000008bdf1a4735794a7ce0434a461a3c918daeb9483b9c41f7 1.00 MB 1,269 45
423,654 423,654 00000000000000000479b2d598e6096b3756083627d1a1ad6c2911c52f93a16c 0.99 MB 657 31
423,653 423,653 0000000000000000020a6bcddbd237aecc767688f9fe1229d59290b2779d7960 0.01 MB 38 60
423,652 423,652 00000000000000000255a17190a18436691c487c3b9829372d4e8e55ddb7402e 0.65 MB 1,574 77
423,651 423,651 0000000000000000032164d17a39e3bbcd885953b7a60e5e4e42909bc92ec259 0.70 MB 1,705 82
423,650 423,650 00000000000000000359a86bd217519fd7ef4cd3a8982eb8b64bde358a793f72 0.33 MB 760 90
423,649 423,649 000000000000000000fc0fda6bf2b7b07e5759c88859cef9816c8bba9fa8d681 0.99 MB 565 14
423,648 423,648 0000000000000000042875a3c8e617e0226109af2504f3fc9b1c1d23d51cedf4 0.79 MB 1,421 56
423,647 423,647 000000000000000004b2819c5ccf7917281f944764a18de480a15fdf9851dd4f 1.00 MB 2,932 91
423,646 423,646 00000000000000000015b8071bf78de03c875ec5a8ddd477d9b66e070d5ba2f9 1.00 MB 2,777 77
423,645 423,645 0000000000000000044f3ee6b59a6e3784d1343bba3dee3be6f508e4700d7809 0.91 MB 2,049 59
423,644 423,644 00000000000000000467759b1f91785cf44b9883fe5e906164c1fcfc801e70f7 0.13 MB 150 31
423,643 423,643 000000000000000004b876069e371d718788e41bd9fb7d1a4ef1e245e742da8c 1.00 MB 2,516 69
423,642 423,642 0000000000000000018b02964446a20bf418bc2004dc663281a5f5bb8410792e 0.54 MB 1,166 64
423,641 423,641 000000000000000003f8f71c1f6e774ae71b5e6eea7ef3d474c149a263bf8ef9 1.00 MB 2,303 73
Previous 10 blocks ↓
Total Size: 684.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,368.52 GB sent, 104.80 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.