Memory Pool Memory Pool Refreshing

64,089 transactions
29.01 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,454 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 4,327 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,453 (62 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,391 866,391 0000000000000000000164afaa9bdce3afe6f9f2cf41cedca83257987c993352 2.06 MB 3,770 6
866,390 866,390 00000000000000000001268d1416d96e508d44acf4c0b160d6bc252095f13a86 1.73 MB 3,779 6
866,389 866,389 00000000000000000002598cf69e06d516249662b51fb2bbc2718f32bb5c93a2 1.53 MB 5,081 7
866,388 866,388 00000000000000000001e6ac76fdd01a817ba1be72be0db715358e52bf188287 1.57 MB 4,732 8
866,387 866,387 000000000000000000017f6f84f3d85093e0070d7bf47db15e3113835e69b8f5 2.80 MB 1,736 4
866,386 866,386 000000000000000000023ad2350d52d9679ca02632904ab5c1afe11bcd5bf26f 1.54 MB 5,313 5
866,385 866,385 00000000000000000002da529c60775ac7295c11e85206cb0db843ead6fe17f4 1.48 MB 4,330 5
866,384 866,384 00000000000000000000c873222a40d99ec97a9b1f74877929ba9a8791e06a7b 1.47 MB 5,824 8
866,383 866,383 00000000000000000000ff97d9ed259777b4af477ad0ff2d49ecd82e146c7f05 1.49 MB 5,415 7
866,382 866,382 000000000000000000023ab585b712857211c2c33d1ce721e1b52bb58f707585 1.57 MB 3,428 13
866,381 866,381 000000000000000000004cd3a63d4eceb2e1b51f9a647b64e46bc395e6319586 1.47 MB 4,233 11
866,380 866,380 00000000000000000000b0db531caea24cb86aba66a5e8e5c5746b4b6d4c4359 1.46 MB 5,325 8
866,379 866,379 0000000000000000000159f8ba0ccd374071b7ef394ad891938e84e2158a39d7 1.47 MB 5,994 8
866,378 866,378 000000000000000000009f1b0f98acba7104bcf752737a722f8c2b0f12ff0f10 1.52 MB 5,747 8
866,377 866,377 000000000000000000010586cf008fa0993d3b2a334b7ca05f6f287e0819d766 1.50 MB 5,536 8
866,376 866,376 00000000000000000000440d0ff14e80de9dc08009be7c645a47cf6b1c60764b 1.50 MB 5,968 8
866,375 866,375 000000000000000000029cc4affd97af525b79a8b5d6721cecbb2cb051d32616 1.52 MB 5,098 8
866,374 866,374 00000000000000000001db85e1c85fc2e595ff803f1c88fb9171c6ae098a20cb 1.50 MB 5,403 12
866,373 866,373 000000000000000000004db17938fb0b92f7c69d888f352f7a79a0089b027227 1.69 MB 3,577 8
866,372 866,372 000000000000000000012d89b2d09b902214810a9d9695fd25b4d6a8cf299a6e 1.61 MB 4,328 5
866,371 866,371 00000000000000000002694a2ce5fc9dde6011338c7f8e19234abe7690c31bdb 1.93 MB 4,272 4
Previous 10 blocks ↓
Total Size: 692.59 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,851.21 GB sent, 161.42 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.