Memory Pool Memory Pool Refreshing

23,554 transactions
37.15 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,145 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,085 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,144 (338,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
523,304 523,304 0000000000000000001d316f47d203cc155f78d53b10a3d4297b4212c89c3353 0.92 MB 1,914 43
523,303 523,303 000000000000000000039cbcb55a60122c0e7673162f491d619890bdead6131f 1.16 MB 2,275 46
523,302 523,302 00000000000000000006e8d1324e99c801a3c56667e510b874a799f927bbbe45 0.65 MB 1,445 50
523,301 523,301 00000000000000000026f71d6417beeea3a4e1cd32d4fbfac6d821b6542b3a51 0.86 MB 1,858 45
523,300 523,300 00000000000000000028463bbf4c9082bc76c900dda297851b528e7a4445cd8c 0.15 MB 389 44
523,299 523,299 0000000000000000001970afb6d293b8b105e95f6f3300f61ea56a2b0edfe5d7 0.35 MB 751 59
523,298 523,298 000000000000000000042c076287e6de2cc70fbf1cc3bf40610a07ef41d6ee33 0.30 MB 668 38
523,297 523,297 00000000000000000017ae84d97fa17bf1615c5cd167d72dbe5123f7f56d51db 0.09 MB 245 64
523,296 523,296 0000000000000000002cc01262760fc197158de3e05a128851a800c8270f5a24 0.22 MB 553 56
523,295 523,295 0000000000000000003003c18810e8582972a8247ab7583df62ed207b6a2444d 0.43 MB 749 49
523,294 523,294 0000000000000000002faba3cff947966cb0119ad1985be43bb65aca613269fa 0.53 MB 1,239 44
523,293 523,293 00000000000000000030fd5b317ccbffd94f8c5591005da47a3b2729c46ed5b8 0.18 MB 277 6
523,292 523,292 00000000000000000036449565b9dcef79408004812892e63883739410b07a08 1.16 MB 2,676 51
523,291 523,291 0000000000000000001b4fdccf6cd8d924138bea2a9a49b03c013b24e2299748 1.02 MB 2,264 32
523,290 523,290 000000000000000000300a1f7100cf6b192f8636166862375718f6a22639a50c 1.16 MB 2,495 59
523,289 523,289 00000000000000000035e460e5f1948ee945310fe9684230b51abbe8d8885fed 0.24 MB 474 42
523,288 523,288 00000000000000000004add91c5054bb8e15ecb6dad7429104e8cbee26b651d9 0.15 MB 283 42
523,287 523,287 00000000000000000007ddd36d493343c989ac54df68ae228e367895be5c6cd1 0.25 MB 242 4
523,286 523,286 00000000000000000028c1f5a589fff8e8319e17c3d9f9fbe1344c55d71714f0 1.14 MB 2,255 48
523,285 523,285 0000000000000000002720c68cba40cf5274736d153350ed41e8b61d5dc8126e 0.73 MB 1,498 56
523,284 523,284 00000000000000000006fc9d7fe74f1d83bd9cb1ee8d29b64b2c70c1e5608677 0.07 MB 192 53
Previous 10 blocks ↓
Total Size: 684.44 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,343.13 GB sent, 101.20 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.