Memory Pool Memory Pool Refreshing

9,007 transactions
28.33 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,754 (662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,092 863,092 000000000000000000022168dd0e4e5e35e81a567f869c206644a63daaf2cf0d 2.07 MB 3,821 7
863,091 863,091 00000000000000000000c55cb718ff1e8792f09eed8768f423c86bce8367cceb 1.98 MB 2,931 3
863,090 863,090 000000000000000000018313cf3072494fb67b897cfdc48a8104ab4093ec53ef 1.94 MB 3,252 5
863,089 863,089 00000000000000000000383c82151ba77477322ff77d2f48dad17b3d575f917c 2.05 MB 4,645 6
863,088 863,088 000000000000000000031687d31280808b4726f1792816640f258110d762a772 1.95 MB 4,792 7
863,087 863,087 0000000000000000000247bc39aec4ebbc85165f85c4eac14a480d8e38412fb8 1.63 MB 4,547 9
863,086 863,086 000000000000000000020dba6d42aeef6224925e24fdbfa533fe0b648a74a6ce 1.41 MB 2,981 7
863,085 863,085 0000000000000000000088aea7fc63b4f95bdd80b1ff0c345eeb6677a941f3c5 1.46 MB 3,105 7
863,084 863,084 00000000000000000000fa3b2c7dada441a742e19ede9e49f73d0579c74d5274 1.56 MB 3,141 6
863,083 863,083 0000000000000000000304779648d3bb952018d671934ee2f113ad991b62d302 1.58 MB 3,682 13
863,082 863,082 00000000000000000001641d60e44cfd7e2345e4acb649a55ea0b247227d3d7a 1.62 MB 3,963 5
863,081 863,081 00000000000000000002c0bef465dbe13b35835ce5e80726439e0071da05986a 2.00 MB 2,012 3
863,080 863,080 0000000000000000000304eb71636c2bccaf791f3cde231a61bd8b96b260e130 1.90 MB 3,455 4
863,079 863,079 00000000000000000000d2bc0ddb07f301ca8e916146719cb9ae778b1f7a2591 1.63 MB 3,155 8
863,078 863,078 00000000000000000001fead2d97e0a1e5ff4f91487bd1584084775b5d4fde1f 1.62 MB 3,746 4
863,077 863,077 00000000000000000002d476fc213411cb4d4ff64aba74b4ea8b67a76b0fb476 1.69 MB 3,008 8
863,076 863,076 000000000000000000028f259fac458850a10d6a7b52e000785bbe34b4b9f9d3 1.53 MB 3,692 10
863,075 863,075 00000000000000000000f4d006c13258a78aa1d38ba4461a4a0acbd8c20d10f6 1.68 MB 3,335 5
863,074 863,074 000000000000000000000be6761755a55e4547aee358fd7ac485fb84a1d7cc06 1.72 MB 2,928 7
863,073 863,073 000000000000000000028c701f5818255e81010abbd144afd462a34463960917 1.44 MB 1,960 7
863,072 863,072 000000000000000000004daae5bcf03839724eba423b95bc159ed11b73855397 1.78 MB 2,696 8
Previous 10 blocks ↓
Total Size: 687.55 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,520.14 GB sent, 122.47 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.