Memory Pool Memory Pool Refreshing

31,007 transactions
34.89 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,959 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,310 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,958 (577,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
285,113 285,113 0000000000000000bdfaa1ecfb3fe161d15abb1a1f477c4739209eb940ee4819 0.06 MB 156 28
285,112 285,112 00000000000000015117aec03a2b47a36202c7c5b5147e82cb889b44d95ad349 0.16 MB 378 51
285,111 285,111 0000000000000000f3ceb1d14ca355c049858f1879cb2ff2fcbb0b8ffa585dd0 0.23 MB 490 35
285,110 285,110 0000000000000000ae89cefa0763ed473a753f203080231989af835af703e6f5 0.05 MB 61 17
285,109 285,109 000000000000000054ef93e4c2c4693c5d78b258698564d57f4458d9668b502a 0.10 MB 219 65
285,108 285,108 00000000000000001ed4a019351274627c4829f4530f11735e147965575bd551 0.11 MB 199 24
285,107 285,107 00000000000000003e1b50651f4bddde4cf40559f50d5c5e68de6c5d12826fbe 0.22 MB 252 21
285,106 285,106 0000000000000000664841d2227de6332afa89e22280afdb07135b228af95786 0.35 MB 977 60
285,105 285,105 00000000000000015c6cbec1fbb295ace4437c6ca595da93f68a2023d82427d3 0.35 MB 867 51
285,104 285,104 00000000000000008b69fb33c8782af52bb1a36e721fb3a6ecba74d432e5e5f0 0.11 MB 148 38
285,103 285,103 0000000000000001395b890a598fd5a647a817a735eef72e00d57fd266618c42 0.21 MB 503 51
285,102 285,102 0000000000000000358f481f1ecfc552086c5f51829b05e6322d9d04e1621ea2 0.02 MB 53 71
285,101 285,101 00000000000000003c714905167b49710e26d3764a17539d8e473ae9edda9a4c 0.18 MB 365 44
285,100 285,100 0000000000000001156258d00b6cb2a3201a9fc795f806f3f9ec7ca2e27b5b31 0.10 MB 157 19
285,099 285,099 0000000000000000d4061d16734a694cdfa6eb469831336c267816af3adc5a00 0.25 MB 339 21
285,098 285,098 0000000000000001435a8639542c91ee2b59eeefa3b74f222bc4e5a425b04f02 0.35 MB 1,017 65
285,097 285,097 0000000000000000c0dc71af924372b2a67127585d88d50d49fe5f760790122a 0.18 MB 384 36
285,096 285,096 0000000000000000a732401296ea3f98c7e6e98d05b9e188cfdc4921f46ac2cd 0.33 MB 550 31
285,095 285,095 00000000000000009165745d0e19aa4bdd8ae9eb89b95cff6ec541cdf4e8a181 0.05 MB 180 130
285,094 285,094 00000000000000018b60e1efa11da88c9d6f3c03af75ca8c643d63dfac609261 0.10 MB 144 23
285,093 285,093 0000000000000000f81461cdb90ed475a648590b0611174cdb8c1a3ee8fdfd10 0.13 MB 237 29
Previous 10 blocks ↓
Total Size: 686.02 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,413.73 GB sent, 112.15 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.