Memory Pool Memory Pool Refreshing

40,526 transactions
31.87 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,234 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,589 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,233 (109,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,118 754,118 00000000000000000004e1e5bdac770ecd02409d3930156d59456247a1fdb503 1.40 MB 2,770 21
754,117 754,117 00000000000000000005ac966fc3f5bdcc6ef9c73d77ff1a5a5b07468a8c1f72 1.24 MB 1,425 15
754,116 754,116 000000000000000000037fc80db6d960dfa1a7bd9c9f31f01422e21bb97f3821 1.55 MB 3,982 18
754,115 754,115 000000000000000000007c8a82432ad1a712ce4ceba2af5d69797f458cb56b94 1.43 MB 2,521 15
754,114 754,114 00000000000000000004bba83bc60a79ce1f1e1a74991926166ff7dc4b1549d5 1.63 MB 2,575 18
754,113 754,113 00000000000000000001936fda2c7ad90d502720e39ea61b6507b072584f20af 1.44 MB 3,471 37
754,112 754,112 00000000000000000008470be0dd6305da837d1612bd2455147b85df52baf322 0.35 MB 449 14
754,111 754,111 00000000000000000005c1872aaa97782d8414386fa3cbd2cd02e78b0857d804 0.98 MB 1,878 12
754,110 754,110 00000000000000000003f76761f0403d2fa0aab374dc1fe052f17d23044a9602 0.61 MB 953 10
754,109 754,109 00000000000000000005df1a4df1b03ab5cb58c5f8fb501f5a4862bce93f41d4 1.74 MB 765 1
754,108 754,108 0000000000000000000060fdd84ffe83d024ac5c733a717758d96955df429214 1.52 MB 2,622 12
754,107 754,107 00000000000000000006903efd82799d036a9a6e4a31a76c3c9d6caf548da1c4 1.60 MB 2,536 7
754,106 754,106 000000000000000000060e9e77f885e314a839e95d7c2170013cb4e778652127 1.47 MB 2,970 14
754,105 754,105 00000000000000000007d73da23c664e802d3feb2a6934430523ecd9e259a20e 1.68 MB 2,491 17
754,104 754,104 000000000000000000035314a9b0820dc954cc2c1fb6aabd6ed430cfebedefee 1.85 MB 2,328 16
754,103 754,103 00000000000000000006166be25d86331370ef1394f9b7565e6bd1ffbf0eebae 1.71 MB 2,912 19
754,102 754,102 0000000000000000000605a3242e1e0cc7ba24cdb1a4497b40d6b63009840ff5 1.52 MB 3,276 22
754,101 754,101 000000000000000000062fff0a4e36450be6c706c9451325357305a99b2cd43a 1.13 MB 1,096 14
754,100 754,100 000000000000000000077b57cce3f64ebabca2077e6b29caaed980a761991370 1.41 MB 2,348 23
754,099 754,099 00000000000000000005adcc914b560a9762f4f8410d6a7827ab0234635a2d7e 0.59 MB 812 14
754,098 754,098 000000000000000000063ac4b5fad1ebf44f919b208dcb6672e4ff9fe6dae861 0.84 MB 1,702 14
Previous 10 blocks ↓
Total Size: 686.56 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,480.13 GB sent, 115.55 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.