Memory Pool Memory Pool Refreshing

66,993 transactions
29.90 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,861 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,078 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,860 (758,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
112,258 112,258 00000000000018aa7841349aeb95cec99ce1be1a1ed4bf2ffcc0042e29def921 0.00 MB 3 0
112,257 112,257 000000000001117e4a14d146975e4fcb2360451fa3f3539e6c8bbcb8573296c3 0.00 MB 5 826
112,256 112,256 0000000000004e4d46cb3b3bd8ac9f349ea92520b690a563ad8424651ff4e1e9 0.00 MB 11 344
112,255 112,255 00000000000127e5db487067ab2f686d00c5f4ad6b0377ed317981f13d587022 0.00 MB 1 0
112,254 112,254 000000000001075a7d3cf35be5f430bbc347430bbba00930663c008bf88b33c2 0.00 MB 4 0
112,253 112,253 000000000000d5abd2445868dbef402dafdc821a782a0c560f74b627aef1331f 0.00 MB 2 0
112,252 112,252 00000000000047a804cc55260d2fd957f9fc7c2f792f171c33f67cf6b02cff71 0.00 MB 4 1,481
112,251 112,251 00000000000114a61f3d936a71b75fa0db28867cafc61970fc703c0bd3cd5a99 0.00 MB 2 0
112,250 112,250 000000000000a42bbf6f5d4c68ffaca68aeb19e8ec6c95a226614d38af9c09b0 0.00 MB 2 0
112,249 112,249 0000000000005fad4b25c3a367877f81449636a7a59155c26ccfc36d4cc64e7c 0.00 MB 5 665
112,248 112,248 00000000000114302e0b43c1a3f02b011cbe2d640d4002a0d9b83cdeb807a271 0.00 MB 2 0
112,247 112,247 000000000000a054cd52d3bf2173a6f79490d04fe680b8138a696b990708db04 0.00 MB 5 2,229
112,246 112,246 0000000000006c22221e7a029d8ee2bcae97fa77f87dc6f9f7d2b61cc7dead85 0.00 MB 3 3,868
112,245 112,245 000000000000cf53ebb9add1918cf1407c261c78cd056c99550a7bcd144c3092 0.00 MB 3 831
112,244 112,244 00000000000030c0a1853f3a8a1837f38e2970811494e9514e12adc13c080722 0.00 MB 5 3,875
112,243 112,243 0000000000001114e4250e6349816888f10e797fe32750afff970ea18b7a2c11 0.00 MB 5 2,909
112,242 112,242 00000000000076796e4008c24664ca902b1143745dc43135365d04441b0aedab 0.00 MB 1 0
112,241 112,241 0000000000007e48d976ecc5d1b7e363d0e8cbadbafe8b409a3b72a7d3f57b5e 0.00 MB 9 1,093
112,240 112,240 000000000000e727ed6875d2f5258b939a9290f3b4b393930aa048baa0a0d006 0.00 MB 14 1,918
112,239 112,239 00000000000056e745a9110fb50410972c113b4cbe1bd04e2afd0a3084549fac 0.00 MB 3 1,937
112,238 112,238 000000000000c238bf8bf8061cde90e5b270e5cf33dadd01a9246516cd39a01c 0.00 MB 7 1,322
Previous 10 blocks ↓
Total Size: 701.09 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: 2,399.36 GB sent, 217.81 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.