Memory Pool Memory Pool Refreshing

25,707 transactions
28.86 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,692 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,804 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,691 (23,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
840,346 840,346 000000000000000000031898d559fa9fe410cfa26401fdb943413cb08a8ac101 1.43 MB 6,088 237
840,345 840,345 000000000000000000006e34eb42dea9c24d92dfd6f997945d81dda04a25e8ae 1.41 MB 4,999 168
840,344 840,344 000000000000000000006c2b9d21632b365c9f261aeae91e7fcc2740bcdf4b84 1.38 MB 5,522 188
840,343 840,343 00000000000000000000d52663bccf0cc9fb63d8af7cd9e3a4305e34cb033f5b 1.43 MB 5,297 193
840,342 840,342 00000000000000000001dd96fda3fbe6943aec1e9d3310159d43f709293332ad 1.37 MB 4,454 236
840,341 840,341 00000000000000000000d7fb8ba83d9b8752f7958f045d433598cf82a57ed97e 1.41 MB 4,685 168
840,340 840,340 000000000000000000030bbf5e1b8c93d951ec03b745b32d354ef63beb66a748 1.42 MB 5,411 216
840,339 840,339 00000000000000000000abc7dc86b58b8a12982ba72250954dc582e5078f8328 1.49 MB 5,207 285
840,338 840,338 0000000000000000000285ac429ee397b7e615c88698907d74df9add19efe6a7 1.35 MB 4,661 161
840,337 840,337 00000000000000000002adc1bfca52abfbf22a6b341496d21d9ccf846d869f0f 1.41 MB 5,250 188
840,336 840,336 00000000000000000000c5926c510b20991b6aa15484341d1ef3734305db4d6f 1.48 MB 5,649 181
840,335 840,335 00000000000000000001c9b70d6895d0086805937e37d060eaeeaa7dd2009baa 1.42 MB 5,224 160
840,334 840,334 000000000000000000015aaff224ca203d741b5f9fc1bc5477d6c393441fc4b6 1.46 MB 5,407 202
840,333 840,333 000000000000000000020b6700898d04496846f842724001aeef922b21aa18be 1.44 MB 5,218 177
840,332 840,332 000000000000000000012964ffbc61f6d58d1abadfc7ae8eb6ba422b2f493246 1.52 MB 5,365 117
840,331 840,331 00000000000000000000136ca9464ad4a8cb0bad2ce27976466ef90c9d1fa8dc 1.42 MB 5,440 183
840,330 840,330 000000000000000000007da456bd3121d88feecb3ed2e06c9e444a254aaa3464 1.42 MB 5,248 108
840,329 840,329 00000000000000000000c43d7afda0c4b15500ae2d6c40647cfc5560481c99fd 1.41 MB 5,462 166
840,328 840,328 00000000000000000002b74a370b1cdbf61c8c6283517c6a671c534730db9300 1.47 MB 3,978 126
840,327 840,327 000000000000000000015f63ccbab9bb892a2cad1c78ed13ea4a111cd50aa51f 1.48 MB 4,609 229
840,326 840,326 00000000000000000002de6a554a5cf8b0bf7d74f71bb3344b2f2118ab25d68e 1.48 MB 4,966 196
Previous 10 blocks ↓
Total Size: 687.43 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,517.85 GB sent, 121.91 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.