Memory Pool Memory Pool Refreshing

52,492 transactions
26.20 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,781 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,780 (457,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
412,277 412,277 000000000000000000e119004cee2d303d7660a0ac9520c956589dfecd9e363c 0.66 MB 1,197 37
412,276 412,276 000000000000000001ac53685d3016a33e81f45f6cd4fa878c6596ad324732f0 0.93 MB 1,980 38
412,275 412,275 0000000000000000050dd09e2231181496d1d2292429ff200ce7f8e55b101e6c 0.39 MB 1,007 47
412,274 412,274 00000000000000000338ede12280aae42b49d5eb0580a5a5a9bad572c18915f3 0.99 MB 1,132 21
412,273 412,273 000000000000000003963cb97dd8bd9487a4269bb8a2f33ba7ddd764fc028f18 0.99 MB 1,583 46
412,272 412,272 0000000000000000028c7d01fdfc0206f7f0b18b33566fc6147aed8039723497 0.16 MB 286 39
412,271 412,271 0000000000000000041228502f0692cab5904777139e4283de9291b4eadfeadf 0.00 MB 8 171
412,270 412,270 000000000000000004eb0993de2bcdae181f4f64cdb19f80ac89919e02bca9f3 0.70 MB 891 28
412,269 412,269 0000000000000000057f765a8f127edde17e67deb7c1b2c23f6c24c3289602a1 1.00 MB 1,217 25
412,268 412,268 000000000000000001893219625579b7f53d77c515bc5b0428a455e387436fe2 1.00 MB 984 19
412,267 412,267 000000000000000000c46f6e440ef05b65d4b6574aec6cb15107b228af1abc8f 1.00 MB 2,068 54
412,266 412,266 0000000000000000045861ed2ce19fd72e06a8cc62880c0b5499131e819db446 1.00 MB 2,631 63
412,265 412,265 000000000000000001ddbd7be7db6290580e0b354f860c3e1d1e971ca2d40335 1.00 MB 1,430 33
412,264 412,264 000000000000000002a7a1a0e95b07bcb92de5413147d5284b69cdc0e063da7e 1.00 MB 2,933 90
412,263 412,263 000000000000000001fb1043f2bb834263cdd017fd2271e60c926405846d1b2b 1.00 MB 757 19
412,262 412,262 000000000000000001e3e90341f6c8cf5849ad8c72676cd9b2fc727e510c5d92 1.00 MB 1,024 33
412,261 412,261 0000000000000000010f7ab83cab042702e9b38e814e82362f80a247ab7347c6 1.00 MB 1,794 62
412,260 412,260 000000000000000003709530e7f123bafd1886e503376609ad97c15adc2cf8d2 1.00 MB 725 17
412,259 412,259 000000000000000004cf1db0008e76a7f5ae1210cea446f633294f66375b7e8b 0.99 MB 1,353 24
412,258 412,258 0000000000000000031e4b306774605726b347e0f7ff6211d7919c87b6c4db22 1.00 MB 2,326 49
412,257 412,257 00000000000000000501cd6d0005b14dde0e0bcb67e8ce9316b12e65c3b09e8e 1.00 MB 1,408 70
Previous 10 blocks ↓
Total Size: 699.05 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,107.49 GB sent, 204.28 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.