Memory Pool Memory Pool Refreshing

58,602 transactions
24.78 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,874 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,413 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,873 (318,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
553,116 553,116 0000000000000000000da8d434f9858ccfe633e620218336d0c2d086e4f9273e 1.20 MB 2,589 20
553,115 553,115 000000000000000000063d6a7338414b983635fac730c00c89933eece32ca8c5 1.24 MB 3,205 37
553,114 553,114 0000000000000000001c20db4259c66e9785abba675a6b0eb0c222c64d2df76e 1.15 MB 2,426 17
553,113 553,113 00000000000000000005b7f6d6f5936b2e52a6f25299eb68c7ed43228650f517 1.16 MB 2,556 17
553,112 553,112 000000000000000000096bb835c130096c96c73d773907d8bd9b209b5265c4a1 0.32 MB 217 4
553,111 553,111 0000000000000000002ea1476b559dc5c92a9fdbe68d26037085b50e9501bd10 1.15 MB 2,541 16
553,110 553,110 0000000000000000002123b9151ec29a53f006d4d863ace64a93daf383d922d1 0.93 MB 1,949 13
553,109 553,109 0000000000000000000b93d5f1848e566d3e068da336da844029876313308120 0.98 MB 2,214 15
553,108 553,108 0000000000000000000db9d38e1f5935895e6b6e43dad00d1d0940e1b2bd2239 0.73 MB 856 4
553,107 553,107 0000000000000000001b6740c02f42a770d8dc9885a7968cac81064dadf344e8 1.14 MB 2,587 9
553,106 553,106 00000000000000000016d9dfce59aad2d377a736b778eeb20c7e6cc1d937c4f7 1.33 MB 2,924 28
553,105 553,105 0000000000000000001f4469998e0e5e8f8ec4c894c4bff810a0d04a6260d5e6 1.11 MB 2,757 7
553,104 553,104 0000000000000000002d1f65b4aaf38b2697b1378b4c1ada2fb0714000747d8c 1.27 MB 2,158 28
553,103 553,103 000000000000000000213771f2a3c69873be1ee0a78df0205fcf56bed94872b8 1.24 MB 2,514 17
553,102 553,102 00000000000000000007e4687addfd7869a06c50390b52a0b54c68ae87680ca3 1.12 MB 1,954 14
553,101 553,101 0000000000000000002e7fb1ff4a7f0ae8f5599b08ecab50246ab5a39e024653 0.51 MB 956 11
553,100 553,100 0000000000000000001cc286ed53ccdc269abf16d94c607fa81b8d7ce5f03ad4 0.55 MB 925 7
553,099 553,099 00000000000000000007a8c43618b3ab2fdffcdec9cc1c89eead528940cb6985 1.11 MB 2,137 10
553,098 553,098 000000000000000000019da27e6ded5b8f893fc45e6d2f94ad3b422c77d6f27d 0.78 MB 1,343 9
553,097 553,097 000000000000000000319bc1f8478c7a0e722f1012831be783ed52ad407a6986 0.71 MB 936 14
553,096 553,096 000000000000000000163e771bf06fab17ae28ed324bac2ac095d788e681e5a1 0.71 MB 1,612 10
Previous 10 blocks ↓
Total Size: 702.97 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: 2,579.38 GB sent, 231.30 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.