Memory Pool Memory Pool Refreshing

58,051 transactions
29.82 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,135 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 1,385 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,134 (755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
866,370 866,370 0000000000000000000056e752607d7034d97d0b9c024e6f37b219cb5860ab2c 1.89 MB 4,038 4
866,369 866,369 0000000000000000000239d1dbf63085e97bd7e5e2b066d0a710c16c43cfda01 1.65 MB 3,587 3
866,368 866,368 00000000000000000000a0fa65693a2d5dcfdb307b72a74b68f192a4b8a5ebc6 1.58 MB 3,766 6
866,367 866,367 00000000000000000000cb2468519ab9587b093da7d774bd037768e36fd5a52c 1.60 MB 4,442 10
866,366 866,366 000000000000000000023aa9ecf56ac00d9a24c6481e9aa81b32bae2f8063c57 1.50 MB 5,161 10
866,365 866,365 00000000000000000001f17445c4f78513643d3f289b4e15070ad2828562687a 1.50 MB 3,120 8
866,364 866,364 00000000000000000000b28270f1b3cf6a331cd229653e3a7cf863f5ce022c50 1.57 MB 3,887 10
866,363 866,363 0000000000000000000049e9e1f5658227f994be47b11e4448f0123622e4e68e 2.07 MB 2,637 5
866,362 866,362 000000000000000000021406fd3f1ef983154842244c3ed95fb3c13c13b6c6e3 2.10 MB 2,936 7
866,361 866,361 00000000000000000000183fbe02de43b31e78dd2a9e91bfa1425e627223e4a3 1.52 MB 4,263 10
866,360 866,360 0000000000000000000129c05611bfe0ead15ae6b394d338af615db52bac1db7 1.50 MB 5,104 14
866,359 866,359 00000000000000000002e43ce11c0031049c6d7836263dc8dc9080d3558b9833 1.55 MB 4,477 11
Previous 10 blocks ↓
Total Size: 693.85 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,894.78 GB sent, 171.39 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.