Memory Pool Memory Pool Refreshing

58,764 transactions
26.54 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,646 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,203 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,645 (70,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,199 799,199 0000000000000000000416617ab25258f47a3ca0bc1511421b30f5b58d368ddb 1.83 MB 4,860 7
799,198 799,198 00000000000000000001b88553c4a3efa0470ad1febbad15c4963861ba3bc5ed 1.87 MB 4,764 7
799,197 799,197 00000000000000000000c5f3d94450b777d54dfa714d4f8490c9feda7a28add9 1.58 MB 3,323 11
799,196 799,196 000000000000000000003b29f6f2149fd724c580f3cd1adb9d631c7a21a4b3c2 1.92 MB 5,246 6
799,195 799,195 00000000000000000004812269a080ad0cea01e1335fe6dba3bc45b1b319af3f 1.77 MB 4,194 9
799,194 799,194 00000000000000000001abd4c160afc4194d3ac0efa67f782bcaddbe6629fc2e 1.63 MB 3,111 10
799,193 799,193 000000000000000000043e30ab338360ae284da2b1d7c6072af7ade55b222947 1.74 MB 3,697 8
799,192 799,192 00000000000000000000248cfc6731a77b01af4bb6d1c57631d664a0a6aa98b8 1.30 MB 1,711 13
799,191 799,191 00000000000000000000ba74d1807495ef7d2501946d087de998e1a224f805b1 1.76 MB 3,627 10
799,190 799,190 00000000000000000001def8cb85c1176d71b0353b3990ffa645003b1e522d25 1.72 MB 3,933 9
799,189 799,189 00000000000000000002a0461a68fdd544c64984e9d351536c071ac22cdb15d1 1.79 MB 4,474 6
799,188 799,188 00000000000000000004691f563f661f9191636106caa5be9313c5b01e9ba4c2 1.98 MB 5,525 7
799,187 799,187 00000000000000000003426c09a715d94f72bb5f4e5b4c8ec09c078d8b70020c 1.73 MB 3,701 9
799,186 799,186 0000000000000000000195516042069095e74c74a96106aa6805e229c31cb1ef 2.00 MB 5,734 6
799,185 799,185 00000000000000000001000e2c68bf3220c90c614124903235188b101198c714 2.04 MB 6,082 6
799,184 799,184 00000000000000000005377d14d52bc07cf27de0e79dccbc68e0e2a9b634d5a8 1.60 MB 3,221 7
799,183 799,183 000000000000000000033e6774de711bd696550314b2394c1fe41107e4dd4985 1.67 MB 1,922 14
799,182 799,182 000000000000000000000018f3ab29c4c0e4a99d6850ccdedd2acd94e39b6ea6 1.79 MB 3,672 9
799,181 799,181 00000000000000000002de27559ea6ddb11a9b0cf03d3dc5748bddf3ea1635b7 1.93 MB 5,509 7
799,180 799,180 000000000000000000018b926d0f89345ddd79e896c23a8da977ee2e14677803 1.82 MB 4,997 8
799,179 799,179 00000000000000000000b1ae7f70fd306ecddc475d0bddb7648e1ac9e45f1416 2.08 MB 6,206 7
Previous 10 blocks ↓
Total Size: 698.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,099.54 GB sent, 202.76 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.