Memory Pool Memory Pool Refreshing

6,986 transactions
31.78 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,912 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,911 (67,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,721 796,721 000000000000000000010ff614b1e4312d3d26db4d9bbb171fd8c274129f8f34 1.52 MB 1,482 24
796,720 796,720 00000000000000000003f1d1d70d3607624c6995fbe796a63435127afca9c1fc 1.53 MB 2,503 23
796,719 796,719 000000000000000000043a54c3b6e4118fdfd2ab3255f848f5271796a44a9a3a 1.50 MB 2,535 25
796,718 796,718 0000000000000000000042bf97d80ab68e467bb0afde8f2316a32bad99e881f3 1.39 MB 2,495 22
796,717 796,717 00000000000000000000197962a490af839a0cf548ff54a156307db35c43f764 1.36 MB 2,414 21
796,716 796,716 00000000000000000000a1fa90ff6f273274bd6f92b99b6a34be51a0ffbca312 1.60 MB 3,093 23
796,715 796,715 000000000000000000027da27e4659651a1c808609431b720dbff1b246f51432 1.45 MB 2,956 25
796,714 796,714 00000000000000000000dd74e8a8423cb9030ab0545f11d1f8dfec7bd1715077 1.51 MB 3,046 23
796,713 796,713 0000000000000000000109db758d8381541a9fcbee54fea83e7d17df479490ce 1.46 MB 3,155 42
796,712 796,712 00000000000000000003aa1de6375192f218f0e3f72813548974fe0161ae5dc6 1.86 MB 890 11
796,711 796,711 0000000000000000000482cac234ac8dd60289d55936677e9466296497ab1202 1.84 MB 1,396 15
796,710 796,710 000000000000000000010faf55aae4c18626e5082528cfca66029d7f13bb9561 1.78 MB 1,952 15
796,709 796,709 00000000000000000002808a319692c0456b568f03dfef031ac70d3de317acca 1.83 MB 1,945 11
796,708 796,708 000000000000000000046e7a35beef3070b46b123240fd0560f3124511b86f43 1.75 MB 2,716 18
796,707 796,707 000000000000000000041fd34e0bb2748287a0e0263f207e12114bc0a61380c3 1.54 MB 2,765 21
796,706 796,706 000000000000000000037934c2c09f1b54894e6e717145a251259b91f26b5b82 1.58 MB 2,507 23
796,705 796,705 000000000000000000027147add6b66b6604e53fe0ba38d5d8a246afec7eeeee 1.51 MB 2,915 18
796,704 796,704 000000000000000000033ea1563e6fddc4ddad4c1e6f850d51ea52c2c9e47a1e 1.53 MB 3,867 37
796,703 796,703 0000000000000000000472dc42bf6218a13c5b41c93d69809537aa7f6d907a12 1.85 MB 775 11
796,702 796,702 0000000000000000000404f16147f30b5acd0ffe872d245db655ddccd2ffff05 1.88 MB 542 11
796,701 796,701 000000000000000000007d36ca98c5bd8122abd43e69983acf43c056588fcd01 1.66 MB 2,106 13
Previous 10 blocks ↓
Total Size: 687.85 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,527.46 GB sent, 124.48 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.