Memory Pool Memory Pool Refreshing

91,520 transactions
25.11 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
860,370 00000000000000000003255b0000000000000000000000000000000000000000 1.00 vMB 6,906 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 860,369 (535,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
324,396 324,396 000000000000000000260250f81c5b4614a60db4ce21daeddb4f55574ab517d4 0.35 MB 520 45
324,395 324,395 0000000000000000096f2eb8060e81187dc8a0df41963946fa9936449a6967df 0.08 MB 156 30
324,394 324,394 00000000000000001342b2206844865c6687518d718cd49eac8910ebc436371c 0.21 MB 338 23
324,393 324,393 00000000000000001aced2606293f68082f20d54b68c281778a608f3a522ada9 0.14 MB 222 24
324,392 324,392 000000000000000012fc4775d1fa3b9159a5f799f119a60a5c66cc526aaba454 0.35 MB 426 21
324,391 324,391 0000000000000000164ec9c6ea610f3046a329e112490ae51f1e0741ee5c0030 0.02 MB 58 22
324,390 324,390 000000000000000009cac3b339f5cae385edf2064af80d5e790bb515aa1b3154 0.10 MB 140 14
324,389 324,389 000000000000000003703968d277754d57cf8743a9e620de2b76fe4502573907 0.43 MB 786 28
324,388 324,388 000000000000000018bcfc9440525a6bdb103c711423474e1a7af37c56fad874 0.59 MB 1,013 25
324,387 324,387 00000000000000000fba89f3292f3783ee86a374fb0f32f2f52917142c987403 0.30 MB 449 22
324,386 324,386 00000000000000001c7c689f1fd6fda130495c5c16cda0fe16161e543d8f9932 0.48 MB 655 21
324,385 324,385 0000000000000000000c7a93d0a864406fe05ceb12f10126cac47130ccbf3319 0.41 MB 400 19
324,384 324,384 0000000000000000123525353fb240a4f4f2a65c1fa0644c200d673944abb862 0.35 MB 411 18
324,383 324,383 0000000000000000035df8a78ad4b39af2527968e62ae833a8b6230b7790e8e0 0.35 MB 1,049 41
324,382 324,382 000000000000000004fded461d3ebb12c23e0e17ea19036927439ad9440e5458 0.37 MB 717 30
324,381 324,381 0000000000000000092d73f8fa07a1a66f969b2aa3b6bfca87bf92d5d207aff8 0.17 MB 194 18
324,380 324,380 00000000000000000e00f53695d8888419d6f9903d9d2f1ec6317479433269dc 0.31 MB 553 25
324,379 324,379 00000000000000000732fbff1c6d0ebc3de6b8c2f508ee198ecefce648e11297 0.50 MB 952 31
324,378 324,378 0000000000000000054dccc6a737cf32411871264f4b50ea4d6c846523141684 0.12 MB 326 29
324,377 324,377 0000000000000000003b63f6623809271231e0cd7d1ee4a8c44563e00b163e6e 0.42 MB 480 16
324,376 324,376 000000000000000011647f9bdb8fbdea9af963c5010e4ae39a6e8f5e5aed1a53 0.02 MB 69 33
Previous 10 blocks ↓
Total Size: 681.04 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,123.89 GB sent, 75.14 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.